@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
1616# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
19- android.enableJetifier =true
19+ # android.enableJetifier=true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
2222
@@ -25,18 +25,20 @@ kotlin.code.style=official
2525signing.keyId =
2626signing.password =
2727signing.secretKeyRingFile =
28- android.defaults.buildfeatures.buildconfig =true
2928
3029mavenCentralUsername =
3130mavenCentralPassword =
3231
3332# Migration to AGP 8.2.1
3433android.nonTransitiveRClass =false
35- android.nonFinalResIds =false
3634
3735# Despite being deprecated, targeting lowest java version is needed to support old Android runtime
3836android.javaCompile.suppressSourceTargetDeprecationWarning =true
3937
4038# Add a property to enable automatic release to Maven Central (optional, but good for CI)
4139# If true, publishToMavenCentral will also close and release the staging repository
42- mavenCentralAutomaticRelease =false
40+ mavenCentralAutomaticRelease =false
41+ android.uniquePackageNames =false
42+ android.dependency.useConstraints =true
43+ android.r8.strictFullModeForKeepRules =false
44+ android.generateSyncIssueWhenLibraryConstraintsAreEnabled =false
0 commit comments