From ae7293c03bac2f9e115ed5ce9aaae5a442d7a2d7 Mon Sep 17 00:00:00 2001 From: NekoInverter <42698724+NekoInverter@users.noreply.github.com> Date: Sat, 21 Nov 2020 21:53:14 +0800 Subject: [PATCH] Bump compileSdkVersion to 30 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ff30c93..3fb1a78d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { disable 'MissingTranslation' disable 'ExtraTranslation' } - compileSdkVersion 29 + compileSdkVersion 30 buildToolsVersion "30.0.2" defaultConfig { applicationId "org.meowcat.edxposed.manager"