Skip to content

Commit 9ededbe

Browse files
committed
chore: update Gradle wrapper to version 9.0.0 and fix archivesBaseName property
1 parent c511c94 commit 9ededbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

sample/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId = "com.mikepenz.markdown"
14-
setProperty("archivesBaseName", "markdown-renderer-sample-v$versionName-c$versionCode")
14+
base.archivesName = "markdown-renderer-sample-v$versionName-c$versionCode"
1515
}
1616

1717
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)