From 543a65f035ea79d00037c865c43eec42e7b96209 Mon Sep 17 00:00:00 2001 From: Igor Tkach Date: Sat, 8 Jan 2022 13:57:32 -0500 Subject: [PATCH] bump compilation and target SDK to satisfy app store requirements --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f74309e..684f634 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { } android { - compileSdkVersion 29 + compileSdkVersion 30 packagingOptions { exclude 'META-INF/LICENSE' @@ -82,7 +82,7 @@ android { defaultConfig { minSdkVersion 19 - targetSdkVersion 29 + targetSdkVersion 30 } }