Skip to content

Commit d1b06e5

Browse files
version bump
1 parent 7da5da8 commit d1b06e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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 = 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)
3434
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3535
multiDexEnabled = true
3636
vectorDrawables.useSupportLibrary = true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

0 commit comments

Comments
 (0)