-
Notifications
You must be signed in to change notification settings - Fork 183
/
gradle.properties
28 lines (24 loc) · 895 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
28
VERSION_NAME=2.13.0-SNAPSHOT
VERSION_CODE=64
GROUP=net.danlew
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
POM_DESCRIPTION=Joda-Time library with Android specialization
POM_URL=https://github.com/dlew/joda-time-android
POM_SCM_URL=https://github.com/dlew/joda-time-android
POM_SCM_CONNECTION=scm:git@github.com:dlew/joda-time-android.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:dlew/joda-time-android.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=danlew
POM_DEVELOPER_NAME=Dan Lew
POM_DEVELOPER_URL=https://github.com/dlew/
POM_NAME=joda-time-android Library
POM_INCEPTION_YEAR=2014
POM_ARTIFACT_ID=android.joda
POM_PACKAGING=aar
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false