Skip to content

Commit 141df24

Browse files
committed
Disable R8 for release build
I have no idea why the HoloDex API calls are failing to be parsed only in the release version??
1 parent 5b6d9f3 commit 141df24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ android {
1919
applicationId "com.livetl.android"
2020
minSdkVersion 21
2121
targetSdkVersion 33
22-
versionCode 286
23-
versionName "8.0.3"
22+
versionCode 287
23+
versionName "8.0.4-beta01"
2424
}
2525

2626
buildTypes {
2727
debug {
2828
applicationIdSuffix '.dev'
2929
}
3030
release {
31-
shrinkResources true
32-
minifyEnabled true
31+
shrinkResources false
32+
minifyEnabled false
3333
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3434
}
3535
}

0 commit comments

Comments
 (0)