summaryrefslogtreecommitdiffstats
path: root/android/gradle.properties
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2026-07-02 21:38:35 +0200
committerMaksymilian Jopek <maks@jopek.eu>2026-07-02 21:38:35 +0200
commita9af12984995a42db553d573e8284ccc89ffc59d (patch)
tree382342f15780480c296ae5abe9231031b4ca2a74 /android/gradle.properties
parent2b7c14f2b68a26cba893855cd1a142328888bb13 (diff)
downloadding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.tar.gz
ding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.tar.zst
ding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.zip
Disable wakelock to save batteryHEADmaster
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 20e2a01..4540b75 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -20,4 +20,14 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
-android.nonTransitiveRClass=true \ No newline at end of file
+android.nonTransitiveRClass=true
+android.defaults.buildfeatures.resvalues=true
+android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
+android.enableAppCompileTimeRClass=false
+android.usesSdkInManifest.disallowed=false
+android.uniquePackageNames=false
+android.dependency.useConstraints=true
+android.r8.strictFullModeForKeepRules=false
+android.r8.optimizedResourceShrinking=false
+android.builtInKotlin=false
+android.newDsl=false \ No newline at end of file