Merge pull request #2938 from Bnyro/master

Disable R8 for debug builds
This commit is contained in:
Bnyro 2023-02-01 18:23:29 +01:00 committed by GitHub
commit 31d05237b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ android {
}
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
debuggable true
applicationIdSuffix ".debug"