diff --git a/.github/workflows/publish_maven.yml b/.github/workflows/publish_maven.yml index 60cdaef..28ad966 100644 --- a/.github/workflows/publish_maven.yml +++ b/.github/workflows/publish_maven.yml @@ -29,4 +29,4 @@ jobs: ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SIGNING_KEY}} ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_SIGNING_KEY_ID }} ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SIGNING_PASS_WORD }} - run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PversionName=$VERSION_NAME \ No newline at end of file + run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PisPublish=true -PversionName=$VERSION_NAME \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec52778..eb68421 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ vanniketch-maven-publish = "0.34.0" appcompat = "1.7.1" codelocatorCore = "2.0.4" constraintlayout = "2.2.1" -androidGradlePlugin = "8.10.1" +androidGradlePlugin = "8.12.1" leakcanaryAndroid = "2.14" lifecycleRuntimeKtx = "2.6.2" material = "1.12.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bef8817..86ba01f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Aug 23 08:47:37 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\:////services.gradle.org/distributions/gradle-8.11.1-all.zip +distributionUrl=https\:////services.gradle.org/distributions/gradle-8.14.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists