File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath(" com.android.tools.build:gradle:7 .4.2" )
8
+ classpath(" com.android.tools.build:gradle:8 .4.2" )
9
9
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions .kotlin} " )
10
10
classpath(" org.jetbrains.kotlin:kotlin-serialization:${Versions .kotlin} " )
11
11
classpath(" app.cash.sqldelight:gradle-plugin:${Versions .sqlDelight} " )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Versions {
11
11
const val slf4j = " 1.7.30"
12
12
const val junit = " 4.13"
13
13
14
- const val fcmPlugin = " 4.3.10 "
14
+ const val fcmPlugin = " 4.4.2 "
15
15
16
16
object Android {
17
17
const val coreKtx = " 1.9.0"
@@ -26,7 +26,7 @@ object Versions {
26
26
const val biometrics = " 1.1.0"
27
27
28
28
const val zxing = " 4.1.0"
29
- const val fcm = " 22 .0.0"
29
+ const val fcm = " 24 .0.0"
30
30
const val logback = " 2.0.0"
31
31
32
32
const val testRunner = " 1.3.0"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -all.zip
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
6
6
id(" kotlin-kapt" )
7
7
id(" kotlin-parcelize" )
8
8
id(" androidx.navigation.safeargs.kotlin" )
9
- id(" com.google.gms.google-services" )
10
9
id(" app.cash.sqldelight" )
11
10
id(" kotlinx-serialization" )
12
11
}
You can’t perform that action at this time.
0 commit comments