Skip to content

Commit eda1691

Browse files
committed
Set android.r8.strictFullModeForKeepRules=false
Google mlkit (which we use to parse QR codes) is not compatible with the gradle plugin v9 change of default - so force it back to what it had in the previous version.
1 parent f42d176 commit eda1691

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "eu.postgresql.android.conferencescanner"
77
minSdkVersion 29
88
targetSdkVersion 35
9-
versionCode 107001
10-
versionName "1.7.1"
9+
versionCode 107002
10+
versionName "1.7.2"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717
android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
1919
android.nonTransitiveRClass=false
20+
21+
# XXX: required android mlkit - default changed in gradle plugin 9, so change it back
22+
android.r8.strictFullModeForKeepRules=false

0 commit comments

Comments
 (0)