Skip to content

Commit

Permalink
Bump build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Feb 11, 2024
1 parent 106756a commit 3205b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Android {
}

object Plugins {
const val android = "com.android.tools.build:gradle:8.1.0"
const val android = "com.android.tools.build:gradle:8.2.2"
const val kotlin = Kotlin.gradlePlugin
const val kotlinter = "org.jmailen.gradle:kotlinter-gradle:4.2.0"
const val versions = "com.github.ben-manes:gradle-versions-plugin:0.51.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jun 04 13:19:34 CEST 2023
#Sun Feb 11 17:28:19 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3205b21

Please sign in to comment.