Skip to content

Commit

Permalink
update Android Gradle plugin to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 27, 2023
1 parent f4d4fc5 commit 4448ecd
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.4.1")
classpath("com.android.tools.build:gradle:7.4.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
}
Expand Down
Loading

0 comments on commit 4448ecd

Please sign in to comment.