Skip to content

Commit

Permalink
fix(android): set minSdkVersion to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Feb 24, 2021
1 parent be490ba commit 8440ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/templates/module/generated/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (ndkVersionString == null) {
android {
compileSdkVersion <%- compileSdkVersion %>
defaultConfig {
minSdkVersion <%- minSdkVersion %>
minSdkVersion 19
targetSdkVersion <%- compileSdkVersion %>
versionName '<%- moduleVersion %>'

Expand Down

0 comments on commit 8440ad7

Please sign in to comment.