Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Apr 23, 2024
1 parent bb5e466 commit cc1d214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21
targetSdkVersion 34
versionCode 207050004
versionName "2.07.05-beta04" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
versionCode 207050005
versionName "2.07.05" // 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", "\"Love always wins ❤️💪\""
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/207050005.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Widgets allow now setting default categories that will automatically assigned to new entries when created out of the widget
- When sorting by created date, done tasks are now shown at the end
- More condensed metadata-info to take up less space in compact views

0 comments on commit cc1d214

Please sign in to comment.