summaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-12-12 15:47:15 +0100
committerThomas <tschneider.ac@gmail.com>2023-12-12 15:47:15 +0100
commit4a07e7c5b83833b3ef95d70f81661cd93a899ffc (patch)
tree6cbdc515dfaf19e60996aa9b14cf4a685ca981a4 /gradle.properties
parent4c911705ab52b47f09c99470d027d7420f56944b (diff)
Upgrade for Android 14+
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 52f5917cb..193a5b26e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
-android.enableJetifier=true \ No newline at end of file
+android.enableJetifier=true
+android.defaults.buildfeatures.buildconfig=true
+android.nonTransitiveRClass=false
+android.nonFinalResIds=false \ No newline at end of file