fix android config

This commit is contained in:
2022-04-05 11:25:37 +06:30
parent 2b362cd8de
commit cbd8ddad08
4 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
@@ -7,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.google.gms:google-services:4.3.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
@@ -26,3 +29,5 @@ subprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
apply plugin: 'com.google.gms.google-services'