Version 1.34.1
This commit is contained in:
parent
27ac650930
commit
8b4c3c10ca
@ -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")
|
||||
}
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
- Fix filters not working
|
||||
- Fix pinning apps to favorites in secondary user profiles
|
||||
- Fix some potential crashes
|
||||
Loading…
x
Reference in New Issue
Block a user