Skip to content

Commit

Permalink
🔥 Removing minSdkVersion to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoapaes authored Jul 4, 2022
1 parent 6d27e4b commit 3c43db1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/src/android/BrowserTab.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
def minSdkVersion = 16

if(cdvMinSdkVersion == null) {
ext.cdvMinSdkVersion = minSdkVersion;
} else if (cdvMinSdkVersion.toInteger() < minSdkVersion) {
ext.cdvMinSdkVersion = minSdkVersion;
}

0 comments on commit 3c43db1

Please sign in to comment.