From f0cd79f776c036c66c3452d5f89735d6a5ac012f Mon Sep 17 00:00:00 2001 From: "jason.wall" Date: Wed, 22 Dec 2021 10:49:49 -0500 Subject: [PATCH] increment the sdk version for android --- src/android/variables.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/android/variables.gradle b/src/android/variables.gradle index 42ed4358..c38ee924 100644 --- a/src/android/variables.gradle +++ b/src/android/variables.gradle @@ -1,7 +1,7 @@ ext { minSdkVersion = 21 - compileSdkVersion = 29 - targetSdkVersion = 29 + compileSdkVersion = 30 + targetSdkVersion = 30 androidxAppCompatVersion = '1.1.0' androidxCoreVersion = '1.2.0' androidxMaterialVersion = '1.1.0-rc02' @@ -14,4 +14,4 @@ ext { androidxJunitVersion = '1.1.1' androidxEspressoCoreVersion = '3.2.0' cordovaAndroidVersion = '7.0.0' -} \ No newline at end of file +}