We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d49a6 commit a286c1dCopy full SHA for a286c1d
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.bytehamster.flowitgame"
12
minSdk 14
13
targetSdk 35
14
- versionCode 401
15
- versionName "4.1"
+ versionCode 402
+ versionName "4.2"
16
}
17
18
signingConfigs {
app/src/main/play/release-notes/en-US/default.txt
@@ -1,3 +1,3 @@
1
-- Fix optimal solution in Medium-48
2
-- One new community level
+- 2 new community levels
+- Better support for Android 15
3
- You can contribute your own levels by visiting https://flowit.bytehamster.com/
0 commit comments