Skip to content

Commit

Permalink
min sdk set back to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Mar 1, 2019
1 parent 138ae8c commit ba55ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
setup = [
compileSdk : 28,
enableDataBinding: true,
minSdk : 21,
minSdk : 14,
targetSdk : 28
]

Expand Down

0 comments on commit ba55ba6

Please sign in to comment.