v3.3.0: updated various libraries:

- Gradle: 9.1.0 -> 9.2.1
- AGP: 1.13.0 -> 1.13.1 (also fixes an R8 issue so optimize is back)
- Mobivm: 2.3.23 -> 2.3.24
- Desktop build JDK: 17.0.16+8 -> 17.0.17+10
- Desktop badass runtime: 2.0.0 -> 2.0.1
This commit is contained in:
Evan Debenham
2025-11-30 11:00:59 -05:00
parent e2c1c821d6
commit 80aa9816bd
5 changed files with 14 additions and 14 deletions

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.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
dependencies {
releaseImplementation project(':services:updates:githubUpdates')