Skip to content

Commit

Permalink
update Gradle and BUILD_TOOLS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wayne committed Jul 8, 2024
1 parent 619402a commit 5742dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply from: "$project.rootDir/gradle/shared.gradle"

dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "com.android.tools.build:gradle:$GRADLE_PLUGIN_VERSION"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ DAGGER_VERSION=2.16
MAVEN_PUBLISH_VERSION=3.6.2
DOKKA_VERSION=1.6.10
SERIALIZATON_VERSION=1.4.1
GRADLE_PLUGIN_VERSION=8.4.2
# Update package-list when updating build tools version
BUILD_TOOLS_VERSION=29.0.3
BUILD_TOOLS_VERSION=31.0.0
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 5742dd8

Please sign in to comment.