Skip to content

Commit c9d37ce

Browse files
version bump
1 parent e827c42 commit c9d37ce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
3030
minSdk = 23
3131
targetSdk = 35
32-
versionCode = 210000005
33-
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)
32+
versionCode = 210000006
33+
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)
3434
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3535
multiDexEnabled = true
3636
vectorDrawables.useSupportLibrary = true
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Sub-entries now inherit the due date (tasks) and classification from its parent
2+
- New color picker
3+
- Full Android 15 compatibility
4+
- Version updates
5+
6+
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 commit comments

Comments
 (0)