From dc996dda8cb499ff6f6079ce39267fe1b0a55ccb Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Thu, 3 Aug 2023 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5Android=207.0=E6=94=AF?= =?UTF-8?q?=E6=8F=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ffce45d..bfb730d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,7 +9,7 @@ android { defaultConfig { applicationId = "com.ray650128.floatingwindow" - minSdk = 26 + minSdk = 24 targetSdk = 33 versionCode = 3 versionName = "1.0.2"