From 579b8611be4bcb30cccdc90ba62ec3d9ef9788a3 Mon Sep 17 00:00:00 2001 From: Stypox Date: Sat, 19 Feb 2022 12:00:04 +0100 Subject: [PATCH] Change compileSdk from 30 to 31 This will allow newer libraries to be used, see #7782 and #2335. This should have no changes on the app since the targetSdk stayed the same. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0c37a960f..a441a27eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ plugins { } android { - compileSdk 30 + compileSdk 31 buildToolsVersion '30.0.3' defaultConfig {