From be67a5e5930355b70984a5fd191df92a98a440fc Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Mon, 3 Jan 2022 09:40:32 +0100 Subject: [PATCH] Increase compileSdkVersion to 31 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4f04adf..4de9818 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,7 +52,7 @@ android { disable += listOf("MissingTranslation", "ExtraTranslation") } - compileSdk = 30 + compileSdk = 31 defaultConfig {