Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Jan 14, 2025
1 parent e827c42 commit c9d37ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
minSdk = 23
targetSdk = 35
versionCode = 210000005
versionName = "2.10.00-beta02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
versionCode = 210000006
versionName = "2.10.00" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/210000006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Sub-entries now inherit the due date (tasks) and classification from its parent
- New color picker
- Full Android 15 compatibility
- Version updates

ATTENTION: Due to changes in the widget handling, the color setting for transparency might get lost in this update. Please update the color in the widget settings again if you wish to make it transparent.

0 comments on commit c9d37ce

Please sign in to comment.