diff --git a/build.gradle b/build.gradle index 2858907d..67040ba2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -} \ No newline at end of file +}