We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713cc93 commit 131e09eCopy full SHA for 131e09e
2048/base/build.gradle
@@ -6,7 +6,7 @@ android {
6
7
defaultConfig {
8
// 14 for installed, 21 for instant.
9
- minSdkVersion 21
+ minSdkVersion 14
10
targetSdkVersion 28
11
}
12
buildTypes {
2048/installed/build.gradle
@@ -6,10 +6,10 @@ android {
applicationId "com.tpcstld.twozerogame"
- versionCode 5
- versionName "1.3.2"
+ versionCode 1007
+ versionName "1.3.3"
13
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
0 commit comments