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