refactor: Migrate android gradle plugin

This commit is contained in:
Krille 2024-08-04 16:50:37 +02:00
commit 3f02c5010b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 59 additions and 88 deletions

View file

@ -1,17 +1,3 @@
buildscript {
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
//classpath 'com.google.gms:google-services:4.3.8'
}
}
allprojects {
repositories {
google()