Version 1.33.0

This commit is contained in:
MM20
2024-08-17 00:20:11 +02:00
parent 93f4747e9d
commit f862c109a4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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