-
-
Notifications
You must be signed in to change notification settings - Fork 292
/
gradle.properties
40 lines (29 loc) · 1.33 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
GROUP=com.vanniktech
VERSION_NAME=0.22.0-SNAPSHOT
POM_DESCRIPTION=A simple library to add Emoji support to your Android Application
POM_URL=https://github.com/vanniktech/Emoji
POM_SCM_URL=https://github.com/vanniktech/Emoji
POM_SCM_CONNECTION=scm:git:git://github.com/vanniktech/Emoji.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/vanniktech/Emoji.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=vanniktech
POM_DEVELOPER_NAME=Niklas Baudy
android.useAndroidX=true
# We are solely relying on AndroidX.
android.enableJetifier=false
android.experimental.enableSourceSetPathsMap=true
android.experimental.cacheCompileLibResources=true
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
org.gradle.jvmargs=-Xmx2048m
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2