Skip to content

Commit a8c0481

Browse files
version bump
1 parent 2c502f9 commit a8c0481

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
3232
minSdkVersion 21
3333
targetSdkVersion 34
34-
versionCode 207080002
35-
versionName "2.07.08-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
34+
versionCode 207080003
35+
versionName "2.07.08" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3636
buildConfigField "String", "versionCodename", "\"Love always wins ❤️💪\""
3737
multiDexEnabled true
3838
vectorDrawables.useSupportLibrary = true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Drag & Drop is now possible in grid view
2+
- Version updates
3+
- Bugfixes
4+
- Fixes crash on start for older Android versions

0 commit comments

Comments
 (0)