Upgraded gradle version and configuration files

This commit is contained in:
2024-03-16 11:53:14 +01:00
parent 57c2b5fd57
commit 541f4249c1
15 changed files with 114 additions and 69 deletions

View File

@ -1,18 +1,3 @@
buildscript {
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'
classpath 'androidx.multidex:multidex:2.0.1'
}
}
allprojects {
repositories {
google()