Skip to content

Commit 42b2407

Browse files
version bump
1 parent 8346014 commit 42b2407

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141
applicationId = "at.techbee.jtx"
4242
minSdk = 23
4343
targetSdk = 35
44-
versionCode = 212010007
45-
versionName = "2.12.01-beta05" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
44+
versionCode = 212010008
45+
versionName = "2.12.01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
4646
buildConfigField("String", "versionCodename", "\"Be proud. Be loud. Be you. \uD83C\uDF08\"")
4747
multiDexEnabled = true
4848
vectorDrawables.useSupportLibrary = true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- In the compact view subtasks can now be collapsed and expanded (if the option "Expand subtasks in list" is disabled). ATTENTION: So far this option was disabled. If you want to ALWAYS display subtasks, please make sure to enable the option in the settings to keep the view as it was.
2+
- Fixed overlapping keyboard on Android 16
3+
- Fixed crash when location contains single quotes
4+
- Minor improvements
5+
- Version updates

0 commit comments

Comments
 (0)