forked from hootsuite/nachos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
29 lines (24 loc) · 1.05 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
VERSION_NAME=1.2.0
POM_ARTIFACT_ID=nachos
GROUP=com.hootsuite.android
POM_NAME=Nachos for Android
POM_DESCRIPTION=A library for Android that provides a custom TextView allowing users to enter text and create material chips in the text field.
POM_SCM_URL=https://github.com/hootsuite/nachos
POM_SCM_CONNECTION=https://github.com/hootsuite/nachos.git
POM_SCM_DEV_CONNECTION=https://github.com/hootsuite/nachos.git
POM_URL=
POM_DEVELOPER_NAME=Hootsuite
POM_DEVELOPER_ID=hootsuite
POM_PACKAGING=apk
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
ARTIFACT_REPO=
ARTIFACT_SNAPSHOT_REPO=
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableUnitTestBinaryResources=true