Skip to content

Commit 6ad5ed2

Browse files
committed
remove FCM
1 parent 9571b3e commit 6ad5ed2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ dependencies {
4040
implementation 'com.google.code.gson:gson:2.12.1'
4141
implementation 'com.android.volley:volley:1.2.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
43-
implementation 'com.google.firebase:firebase-common-ktx:21.0.0'
4443
}
4544

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.8.1' apply false
4-
id 'com.android.library' version '8.8.1' apply false
3+
id 'com.android.application' version '8.12.2' apply false
4+
id 'com.android.library' version '8.12.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
66
}

0 commit comments

Comments
 (0)