From 20d9557ec016bf9fd124bd35c283767e58769707 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 26 Oct 2022 15:33:26 +0200 Subject: [PATCH] Change to minSdk --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f990ab..9da26a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { applicationId "net.crystalyx.setaswallpaper" - minSdkVersion 5 + minSdk 5 //noinspection OldTargetApi targetSdkVersion 32 versionCode 8