v3.3.0: removed optimize from R8 as it caused issues with new AGP

This commit is contained in:
Evan Debenham
2025-10-01 20:43:05 -04:00
parent e871ea5169
commit cfd75a5cf3

View File

@@ -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')