File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
2020 mavenCentral()
2121 }
2222 dependencies {
23- classpath ' com.android.tools.build:gradle:8.10.0 '
24- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.32 .0'
23+ classpath ' com.android.tools.build:gradle:8.11.1 '
24+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.34 .0'
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.useAndroidX=true
2424# Kotlin code style for this project: "official" or "obsolete":
2525kotlin.code.style =official
2626
27- SONATYPE_HOST = CENTRAL_PORTAL
28- RELEASE_SIGNING_ENABLED =true
27+ mavenCentralPublishing = true
28+ signAllPublications =true
2929
3030GROUP =me.zhanghai.android.libarchive
3131VERSION_NAME =1.1.6
Original file line number Diff line number Diff line change 11# Tue Dec 12 18:11:07 CST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -all.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments