-
Notifications
You must be signed in to change notification settings - Fork 236
/
gradle.properties
27 lines (23 loc) · 982 Bytes
/
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
VERSION_NAME=3.0.0
VERSION_CODE=25
GROUP=it.sephiroth.android.library.bottomnavigation
POM_DESCRIPTION=Material Design Bottom Navigation Component
POM_URL=https://github.com/sephiroth74/Material-BottomNavigation
POM_SCM_URL=https://github.com/sephiroth74/Material-BottomNavigation
POM_SCM_CONNECTION=scm:[email protected]:sephiroth74/Material-BottomNavigation.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:sephiroth74/Material-BottomNavigation.git
POM_LICENCE_NAME=The MIT License (MIT)
POM_LICENCE_URL=https://github.com/sephiroth74/BottomNavigation/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=sephiroth74
POM_DEVELOPER_NAME=Alessandro Crugnola
POM_DEVELOPER_URL=http://blog.sephiroth.it
POM_DEVELOPER_ROLE=author
ANDROID_BUILD_TARGET_SDK_VERSION=28
ANDROID_BUILD_SDK_VERSION=28
SUPPORT_LIBRARY_VERSION=25.3.1
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true