aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-09-11 13:38:19 -0600
committerIván Ávalos <avalos@disroot.org>2023-09-11 13:38:19 -0600
commitfa2a7a8dd35e6d066022239f4da9cd5ddc54a229 (patch)
tree2795643d230e54d6abf7a7dacd460891aaa810eb /gradle.properties
parent0c61b3bb0bc4e91835572d0fb43a862e8759e4ca (diff)
downloadetbsa-trackermap-mobile-fa2a7a8dd35e6d066022239f4da9cd5ddc54a229.tar.gz
etbsa-trackermap-mobile-fa2a7a8dd35e6d066022239f4da9cd5ddc54a229.tar.bz2
etbsa-trackermap-mobile-fa2a7a8dd35e6d066022239f4da9cd5ddc54a229.zip
[android] Upgrade AGP, Kotlin plugin, JDK + StateFlow fixes
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 3211eb8..0556818 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,4 +10,7 @@ android.useAndroidX=true
#MPP
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
-kotlin.mpp.enableCInteropCommonization=true \ No newline at end of file
+kotlin.mpp.enableCInteropCommonization=true
+android.defaults.buildfeatures.buildconfig=true
+android.nonTransitiveRClass=false
+android.nonFinalResIds=false \ No newline at end of file