From 9740c5d99bb0532d9222d7ac34c9e93ad9f5d4aa Mon Sep 17 00:00:00 2001 From: Lineflyer <949669+Lineflyer@users.noreply.github.com> Date: Sat, 8 Jan 2022 14:53:33 +0100 Subject: [PATCH] Raise compileSDK to API 30 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f384bb8..9d13f780 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ allprojects { apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId "menion.android.whereyougo"