Skip to content

Commit dce1863

Browse files
version bump
1 parent d02b2a7 commit dce1863

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
@@ -28,8 +28,8 @@ android {
2828
applicationId = "at.techbee.jtx"
2929
minSdk = 23
3030
targetSdk = 35
31-
versionCode = 211050005
32-
versionName = "2.11.05-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
31+
versionCode = 211050006
32+
versionName = "2.11.05" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3333
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3434
multiDexEnabled = true
3535
vectorDrawables.useSupportLibrary = true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Fixed multiplication of categories caused by certain actions
2+
- Manual sort order is now preserved also when sync is running in background
3+
- Adapted/Harmonized colors for devices without dynamic colors
4+
- Description formatted with markdown now also reacts on tap
5+
- Fixed possible overwrite/loss of text after sync in a certain constellation

0 commit comments

Comments
 (0)