Skip to content

Commit 0de82c7

Browse files
authored
restore android gradle to default
1 parent c04b009 commit 0de82c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
jcenter()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:4.2.0-beta05'
14+
classpath "com.android.tools.build:gradle:7.0.0-alpha02"
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616

1717
// NOTE: Do not place your application dependencies here; they belong
@@ -28,4 +28,4 @@ allprojects {
2828

2929
task clean(type: Delete) {
3030
delete rootProject.buildDir
31-
}
31+
}

0 commit comments

Comments
 (0)