Skip to content

Commit 3c43db1

Browse files
authored
🔥 Removing minSdkVersion to build.gradle
1 parent 6d27e4b commit 3c43db1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin/src/android/BrowserTab.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
def minSdkVersion = 16
21

3-
if(cdvMinSdkVersion == null) {
4-
ext.cdvMinSdkVersion = minSdkVersion;
5-
} else if (cdvMinSdkVersion.toInteger() < minSdkVersion) {
6-
ext.cdvMinSdkVersion = minSdkVersion;
7-
}

0 commit comments

Comments
 (0)