Version 1.33.0
This commit is contained in:
parent
93f4747e9d
commit
f862c109a4
@ -31,7 +31,7 @@ android {
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
@SuppressLint("HighAppVersionCode")
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072400
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024081700
|
||||
versionName = "1.33.0"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
- Added support for calendar plugins
|
||||
- Added a preference to exclude calendar lists from search
|
||||
- Restored the tab based layout for profiles
|
||||
- Bug fixes
|
||||
Loading…
x
Reference in New Issue
Block a user