v3.3.0: removed optimize from R8 as it caused issues with new AGP
This commit is contained in:
@@ -37,7 +37,7 @@ android {
|
||||
//See here: https://developer.android.com/studio/build/shrink-code#decode-stack-trace
|
||||
shrinkResources true
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
||||
dependencies {
|
||||
releaseImplementation project(':services:updates:githubUpdates')
|
||||
|
||||
Reference in New Issue
Block a user