Skip to content

Commit 131e09e

Browse files
committed
Version 1.3.3
1 parent 713cc93 commit 131e09e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2048/base/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
// 14 for installed, 21 for instant.
9-
minSdkVersion 21
9+
minSdkVersion 14
1010
targetSdkVersion 28
1111
}
1212
buildTypes {

2048/installed/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ android {
66
defaultConfig {
77
applicationId "com.tpcstld.twozerogame"
88
// 14 for installed, 21 for instant.
9-
minSdkVersion 21
9+
minSdkVersion 14
1010
targetSdkVersion 28
11-
versionCode 5
12-
versionName "1.3.2"
11+
versionCode 1007
12+
versionName "1.3.3"
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}

0 commit comments

Comments
 (0)