Skip to content

Commit

Permalink
upgrade gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jun 14, 2024
1 parent 81cd599 commit 314acef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
buildscript {

ext {
kotlin_version = '2.0.0'
}
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.1'
classpath 'com.android.tools.build:gradle:8.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'
classpath 'com.google.gms:google-services:4.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
}

}

allprojects {
Expand Down

0 comments on commit 314acef

Please sign in to comment.