Skip to content

Commit

Permalink
Use 16 as min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 10, 2018
1 parent e63d74f commit d74bd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
ext {
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
minSdkVersion = 17
minSdkVersion = 16
targetSdkVersion = compileSdkVersion
supportLibVersion = '27.1.1'
exoPlayerVersion = '2.8.1'
Expand Down

0 comments on commit d74bd61

Please sign in to comment.