Skip to content

Commit

Permalink
minSdkVersion 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpeng committed Jan 31, 2020
1 parent e341327 commit b0a1d4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.github.iielse.imageviewer.demo"
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down
6 changes: 3 additions & 3 deletions imageviewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ android {
buildToolsVersion "29.0.2"

defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "0.0.1"
versionCode 2
versionName "0.0.2"
}

buildTypes {
Expand Down

0 comments on commit b0a1d4b

Please sign in to comment.