forked from couchbase/couchbase-lite-java-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (20 loc) · 795 Bytes
/
gradle.properties
File metadata and controls
22 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
VERSION_NAME=1.4.7
VERSION_CODE=1
POM_NAME=Couchbase Lite Java Core
POM_ARTIFACT_ID=couchbase-lite-java-core
POM_DESCRIPTION=Couchbase Lite Java Core
POM_URL=https://github.com/Sumi-Interactive/couchbase-lite-java-core
POM_SCM_URL=https://github.com/Sumi-Interactive/couchbase-lite-java-core
POM_SCM_CONNECTION=scm:git:git@github.com/Sumi-Interactive/couchbase-lite-java-core.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Sumi-Interactive/couchbase-lite-java-core.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
GROUP=bz.tsung.kmp
POM_DEVELOPER_ID=ionull
POM_DEVELOPER_NAME=Tsung Wu
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true