-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgradle.properties
41 lines (32 loc) · 1.17 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Gradle
# https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=3G
# Increase timeout when pushing to Sonatype
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=ru.ldralighieri.corbind
VERSION_NAME=1.12.0-SNAPSHOT
POM_DESCRIPTION=Kotlin Coroutines binding APIs for Android UI widgets.
POM_URL=https://github.com/LDRAlighieri/Corbind/
POM_SCM_URL=https://github.com/LDRAlighieri/Corbind/
POM_SCM_CONNECTION=scm:git:git://github.com/LDRAlighieri/Corbind.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/LDRAlighieri/Corbind.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=ldralighieri
POM_DEVELOPER_NAME=Vladimir Raupov
POM_DEVELOPER_URL=https://github.com/LDRAlighieri/
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
# Android
android.useAndroidX=true
buildTools=34.0.0
compileSdk=34
targetSdk=34
minSdk=21
# Build features
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false