refactor: downgrade gradle plugin so intellij can open the project

This commit is contained in:
TheJeterLP 2022-07-08 01:00:34 +02:00 committed by GitHub
parent 9a8ddc9ca6
commit 4d12729306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0'
// NOTE: Do not place your application dependencies here; they belong
@ -29,4 +29,4 @@ task publish(type: DefaultTask) {
task clean(type: Delete) {
delete rootProject.buildDir
}
}