We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75998 commit 02c16d3Copy full SHA for 02c16d3
2 files changed
app/build.gradle
@@ -10,6 +10,8 @@ android {
10
applicationId "com.bytehamster.flowitgame"
11
minSdkVersion 14
12
targetSdkVersion 30
13
+ versionCode 17
14
+ versionName "2.8"
15
}
16
17
signingConfigs {
app/src/main/AndroidManifest.xml
@@ -1,8 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.bytehamster.flowitgame"
4
- android:versionCode="16"
5
- android:versionName="2.7">
+ package="com.bytehamster.flowitgame">
6
7
<application
8
android:allowBackup="true"
0 commit comments