Skip to content

Commit

Permalink
decrease minSdkVersion to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar committed Jul 12, 2019
1 parent 6e32f7c commit c36227d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.transferwise.sequencelayout.sample"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sequencelayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode 9
versionName "1.0.9"
Expand Down

0 comments on commit c36227d

Please sign in to comment.