-
Notifications
You must be signed in to change notification settings - Fork 276
Expand file tree
/
Copy pathgradle.properties
More file actions
20 lines (18 loc) · 775 Bytes
/
gradle.properties
File metadata and controls
20 lines (18 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VERSION_NAME=2.0.5
VERSION_CODE=106
GROUP=it.sephiroth.android.library.targettooltip
POM_DESCRIPTION=Custom tooltips for android
POM_URL=https://github.com/sephiroth74/android-target-tooltip
POM_SCM_URL=https://github.com/sephiroth74/android-target-tooltip
POM_SCM_CONNECTION=scm:git@github.com:sephiroth74/android-target-tooltip.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:sephiroth74/android-target-tooltip.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=sephiroth74
POM_DEVELOPER_NAME=Alessandro Crugnola
POM_DEVELOPER_EMAIL=alessandro.crugnola@gmail.com
POM_DEVELOPER_URL=http://blog.sephiroth.it
POM_DEVELOPER_ROLE=author
ANDROID_BUILD_TARGET_SDK_VERSION=28
ANDROID_BUILD_SDK_VERSION=28