Version 1.34.1

This commit is contained in:
MM20 2024-12-24 11:26:45 +01:00
parent 27ac650930
commit 8b4c3c10ca
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 5 additions and 2 deletions

View File

@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024120500
versionName = "1.34.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024122400
versionName = "1.34.1"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1,3 @@
- Fix filters not working
- Fix pinning apps to favorites in secondary user profiles
- Fix some potential crashes