Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 37c0a3e

Browse files
committed
WIP
1 parent bcfe105 commit 37c0a3e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

app/build.gradle

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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+
}
710

811
android {
912
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)