This repository was archived by the owner on Aug 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' com.android.application'
2
- apply plugin : ' com.google.firebase.crashlytics'
3
- apply plugin : ' kotlin-android'
4
- apply plugin : ' kotlin-android-extensions'
5
- apply plugin : ' kotlin-kapt' // https://kotlinlang.org/docs/reference/kapt.html
6
- apply plugin : ' com.google.firebase.appdistribution'
1
+ plugins {
2
+ id ' com.android.application' version ' 8.1.4' apply false
3
+ id ' com.google.gms.google-services' version ' 4.4.2' apply false
4
+ id ' com.google.firebase.crashlytics'
5
+ id ' kotlin-android'
6
+ id ' kotlin-android-extensions'
7
+ id ' kotlin-kapt' // https://kotlinlang.org/docs/reference/kapt.html
8
+ id ' com.google.firebase.appdistribution'
9
+ }
7
10
8
11
android {
9
12
compileSdkVersion rootProject. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments