Skip to content

Commit

Permalink
Version 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Aug 16, 2024
1 parent 93f4747 commit f862c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2024081700.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f862c10

Please sign in to comment.