We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4104944 commit 8a30863Copy full SHA for 8a30863
2 files changed
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.bytehamster.flowitgame"
11
minSdkVersion 14
12
targetSdkVersion 30
13
- versionCode 300
14
- versionName "3.0"
+ versionCode 301
+ versionName "3.1"
15
}
16
17
signingConfigs {
app/src/main/play/release-notes/en-US/default.txt
@@ -1 +1,5 @@
1
-New community levels screen. It is still very empty, so make sure to contribute a level using https://flowit.bytehamster.com/ :)
+- 6 new community levels
2
+- French translation
3
+- Bug fixes and improvements
4
+
5
+You can contribute your own levels by visiting https://flowit.bytehamster.com/ :)
0 commit comments