Skip to content

Commit 76232b7

Browse files
committed
build: Upgrade Gradle plugin
1 parent 7a0f802 commit 76232b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
mavenCentral()
1212
}
1313
dependencies {
14-
classpath("com.android.tools.build:gradle:7.0.0-beta01")
14+
classpath("com.android.tools.build:gradle:7.0.0-beta02")
1515
classpath(kotlin("gradle-plugin", version = kotlinVersion))
1616
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
1717
}

0 commit comments

Comments
 (0)