Correct build.gradle

This commit is contained in:
Hillel Coren 2021-02-23 09:59:01 +02:00
parent 50dd5095a6
commit e7f58b1ec4
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.google.gms:google-services:4.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
@ -28,4 +29,4 @@ subprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}