From 14836ece64944e00187c07b67bb267c0a59ecbb0 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Tue, 4 Oct 2022 13:14:51 +0200 Subject: [PATCH] Upgrade default compile and target sdk version to API 31 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4da5089..94bf9fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,9 +6,9 @@ plugins { id("com.automattic.android.publish-to-s3") apply false } -val defaultCompileSdkVersion = 30 +val defaultCompileSdkVersion = 31 val defaultMinSdkVersion = 21 -val defaultTargetSdkVersion = 30 +val defaultTargetSdkVersion = 31 val excludeAppGlideModule = true // Set project extra properties