From 3a4726d480940d3915d0615316b3126d3b0e9274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Mon, 2 Feb 2026 11:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 6 ++++++ .idea/misc.xml | 2 +- app/build.gradle.kts | 2 +- gradle.properties | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index b838237..97f0a8e 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -6,6 +6,12 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index c2b3ddc..74dd639 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - + diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a232290..a48fe1b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,7 +10,7 @@ android { defaultConfig { applicationId = "com.example.autoclicker" - minSdk = 30 + minSdk = 28 targetSdk = 36 versionCode = 1 versionName = "1.0" diff --git a/gradle.properties b/gradle.properties index 20e2a01..4a41378 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,8 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +# Set Java 17 for Android Gradle Plugin +org.gradle.java.home=D:\\Softwares\\Java\\jdk-17 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. For more details, visit # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects