From d5d8ab6acfdb626abcc1e07d43775733b29a1e4f Mon Sep 17 00:00:00 2001 From: bingshi <1196225782@qq.com> Date: Mon, 3 Apr 2023 17:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9android=E6=9C=80=E4=BD=8E?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d286a66..204a030 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ android.enableJetifier=true PROP_COMPILE_SDK_VERSION=30 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=26 +PROP_MIN_SDK_VERSION=22 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=31