Skip to content

Commit 02c16d3

Browse files
committed
Bumped version to 2.8
1 parent 5e75998 commit 02c16d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ android {
1010
applicationId "com.bytehamster.flowitgame"
1111
minSdkVersion 14
1212
targetSdkVersion 30
13+
versionCode 17
14+
versionName "2.8"
1315
}
1416

1517
signingConfigs {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.bytehamster.flowitgame"
4-
android:versionCode="16"
5-
android:versionName="2.7">
3+
package="com.bytehamster.flowitgame">
64

75
<application
86
android:allowBackup="true"

0 commit comments

Comments
 (0)