Skip to content

Commit

Permalink
Bump up min API version for instant app.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcstld committed Jun 10, 2019
1 parent ba03e36 commit ece209b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions 2048/base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 14
// 14 for installed, 21 for instant.
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName "1.3.0"
}
buildTypes {
release {
Expand Down
9 changes: 4 additions & 5 deletions 2048/installed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28



defaultConfig {
applicationId "com.tpcstld.twozerogame"
minSdkVersion 14
// 14 for installed, 21 for instant.
minSdkVersion 21
targetSdkVersion 28
versionCode 1003
versionName "1.3.1"
versionCode 5
versionName "1.3.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit ece209b

Please sign in to comment.