Version 1.35.3
This commit is contained in:
parent
ef003cd6c0
commit
31f83ca778
@ -31,8 +31,8 @@ android {
|
|||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
@SuppressLint("HighAppVersionCode")
|
@SuppressLint("HighAppVersionCode")
|
||||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025040301
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042100
|
||||||
versionName = "1.35.2"
|
versionName = "1.35.3"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
- Crash fixes
|
||||||
|
- Fix weather not updating
|
||||||
|
- Migrate Nextcloud login to use standard browser; should fix WebAuthn issues
|
||||||
|
- Add support for contact plugins
|
||||||
Loading…
x
Reference in New Issue
Block a user