Skip to content

Commit

Permalink
increase minSDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Apr 13, 2024
1 parent ff230c7 commit dcaafaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

androidVersions = [
minSdkVersion : 14,
minSdkVersion : 21,
targetSdkVersion : 28,
compileSdkVersion: 28,
ndkVersion: "21.4.7075529",
Expand Down

0 comments on commit dcaafaa

Please sign in to comment.