Skip to content

Commit

Permalink
build: Upgrade Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed May 21, 2021
1 parent 7a0f802 commit 76232b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.0-beta01")
classpath("com.android.tools.build:gradle:7.0.0-beta02")
classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
}
Expand Down

0 comments on commit 76232b7

Please sign in to comment.