update gradle

This commit is contained in:
tehcneko 2025-03-04 18:54:53 +08:00
parent 624a493311
commit 20c7f4c30d
6 changed files with 4 additions and 6 deletions

View File

@ -4,7 +4,7 @@ plugins {
android {
compileSdk 35
buildToolsVersion "35.0.0"
buildToolsVersion "35.0.1"
defaultConfig {
applicationId "io.github.lsposed.disableflagsecure"

View File

@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.8.0' apply false
id 'com.android.application' version '8.8.2' apply false
id 'org.lsposed.lsplugin.jgit' version "1.1"
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.

View File

@ -9,8 +9,6 @@ android {
defaultConfig {
minSdk 24
targetSdk 35
versionCode 1
versionName "1.0"
}
compileOptions {