Skip to content

Commit

Permalink
* Upgrade axion-release plugin's version to 1.18.8
Browse files Browse the repository at this point in the history
* Upgrade gradle version to 8.5
  • Loading branch information
tuancoltech committed Sep 6, 2024
1 parent 6506ece commit 97cc32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.android.library") version "8.2.2" apply false
id("pl.allegro.tech.build.axion-release") version "1.17.0" apply false
id("pl.allegro.tech.build.axion-release") version "1.18.8" apply false
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Aug 17 08:20:33 ALMT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 97cc32b

Please sign in to comment.