From 3c43db15925a3afa75c65ad5c9f025db857c94dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Ara=C3=BAjo=20Paes?= <38794747+ricardoapaes@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:17:36 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removing=20`minSdkVersion`=20to?= =?UTF-8?q?=20`build.gradle`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/src/android/BrowserTab.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin/src/android/BrowserTab.gradle b/plugin/src/android/BrowserTab.gradle index 861c65b..8b13789 100644 --- a/plugin/src/android/BrowserTab.gradle +++ b/plugin/src/android/BrowserTab.gradle @@ -1,7 +1 @@ -def minSdkVersion = 16 -if(cdvMinSdkVersion == null) { - ext.cdvMinSdkVersion = minSdkVersion; -} else if (cdvMinSdkVersion.toInteger() < minSdkVersion) { - ext.cdvMinSdkVersion = minSdkVersion; -} \ No newline at end of file