File tree 2 files changed +6
-2
lines changed
fastlane/metadata/android/en-US/changelogs 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
29
29
buildConfigField(" long" , " buildTime" , " ${System .currentTimeMillis()} L" )
30
30
minSdk = 23
31
31
targetSdk = 35
32
- versionCode = 211000003
33
- versionName = " 2.11.00-beta01 " // 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 = 211000004
33
+ versionName = " 2.11.00" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
34
34
buildConfigField(" String" , " versionCodename" , " \" Pride is a protest \uD83C\uDF08 \" " )
35
35
multiDexEnabled = true
36
36
vectorDrawables.useSupportLibrary = true
Original file line number Diff line number Diff line change
1
+ - Settings can now be exported and imported
2
+ - Cancelled entries are now also crossed out in the widget
3
+ - Fixed crash when editing presets
4
+ - Version updates
You can’t perform that action at this time.
0 commit comments