forked from sephiroth74/Material-BottomNavigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
24 lines (20 loc) · 903 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
VERSION_NAME=1.0.4
VERSION_CODE=7
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=23
ANDROID_BUILD_TOOLS_VERSION=23.0.3
ANDROID_BUILD_SDK_VERSION=23
org.gradle.daemon=true