Version 1.37.0
This commit is contained in:
parent
588aa656c3
commit
83b96e4fcd
@ -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() ?: 2025050301
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025070400
|
||||||
versionName = "1.36.1"
|
versionName = "1.37.0"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
- New layout with more gesture options
|
||||||
|
- More theme options for shapes and typography
|
||||||
|
|
||||||
|
See https://github.com/MM2-0/Kvaesitso/releases/tag/v1.37.0 for more details.
|
||||||
Loading…
x
Reference in New Issue
Block a user