From dfc026b52b91dcabea9a06819ed4c76da40b76e9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 28 Oct 2021 08:57:37 +0200 Subject: [PATCH] Fix SDK version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a4c2a56..4bb6dd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,13 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "net.crystalyx.setaswallpaper" minSdkVersion 23 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 6 versionName "2.4" }