-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgradle.properties
More file actions
executable file
·34 lines (27 loc) · 961 Bytes
/
gradle.properties
File metadata and controls
executable file
·34 lines (27 loc) · 961 Bytes
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
30
31
32
33
34
# Project-wide Gradle settings.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
IS_REMOTE=true
GROUP=com.wpf.app.quick
VERSION_NAME=0.11.2
POM_DESCRIPTION=Quick Android.
POM_URL=https://github.com/walgr/Quick/
POM_SCM_URL=https://github.com/walgr/Quick/
POM_SCM_CONNECTION=scm:git:git://github.com/walgr/Quick.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/walgr/Quick.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
#android
android.useAndroidX=true
android.enableJetifier=true
org.gradle.daemon=true
#android.suppressUnsupportedCompileSdk=34
android.disableAutomaticComponentCreation=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
org.gradle.configuration-cache=true
#ksp
ksp.incremental=false
kotlin.code.style=official
#kotlin.experimental.tryK2=true