Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcstld committed Apr 1, 2020
1 parent 713cc93 commit 131e09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2048/base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
// 14 for installed, 21 for instant.
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions 2048/installed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
defaultConfig {
applicationId "com.tpcstld.twozerogame"
// 14 for installed, 21 for instant.
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
versionCode 5
versionName "1.3.2"
versionCode 1007
versionName "1.3.3"

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

0 comments on commit 131e09e

Please sign in to comment.