Skip to content

Commit

Permalink
Upgrade gradle to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Oct 31, 2023
1 parent c0b0537 commit 247050c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.4"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 247050c

Please sign in to comment.