File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments