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 db03781 commit 5ab2276Copy full SHA for 5ab2276
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.bytehamster.flowitgame"
12
minSdk 14
13
targetSdk 34
14
- versionCode 400
15
- versionName "4.0"
+ versionCode 401
+ versionName "4.1"
16
}
17
18
signingConfigs {
app/src/main/play/release-notes/en-US/default.txt
@@ -1,2 +1,3 @@
1
-- Try to achieve the optimal number of clicks in many levels
+- Fix optimal solution in Medium-48
2
+- One new community level
3
- You can contribute your own levels by visiting https://flowit.bytehamster.com/
0 commit comments