-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (27 loc) · 1.14 KB
/
gradle.properties
File metadata and controls
29 lines (27 loc) · 1.14 KB
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
29
# Project-wide Gradle settings.
GROUP=de.raphaelebner
POM_ARTIFACT_ID=roomdatabasebackup
VERSION_NAME=1.1.0
VERSION_CODE=1
POM_NAME="roomdatabasebackup"
POM_INCEPTION_YEAR=2020
POM_DESCRIPTION=Simple tool to Backup and Restore your Room Database
POM_URL=https://github.com/rafi0101/Android-Room-Database-Backup
POM_SCM_URL=https://github.com/rafi0101/Android-Room-Database-Backup/tree/master
POM_SCM_CONNECTION=scm:git:github.com/rafi0101/Android-Room-Database-Backup.git
POM_SCM_DEV_CONNECTION=scm:git:github.com/rafi0101/Android-Room-Database-Backup.git
POM_SCM_URL_ISSUES=https://github.com/rafi0101/Android-Room-Database-Backup/issues
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://github.com/rafi0101/Android-Room-Database-Backup/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=rafi0101
POM_DEVELOPER_NAME=Raphael Ebner
org.gradle.jvmargs=-Xmx2048m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kapt.incremental.apt=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false