File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,17 @@ dependencies {
7373 api(" com.google.firebase:firebase-encoders:17.0.0" )
7474 api(" com.google.firebase:firebase-encoders-json:18.0.1" )
7575 implementation(libs.androidx.annotation)
76- implementation(" androidx.datastore:datastore-preferences:1.1.2" )
7776 compileOnly(libs.errorprone.annotations)
7877
78+ implementation(" androidx.datastore:datastore-preferences-android:1.1.2" ) {
79+ exclude(group = " androidx.datastore" , module = " datastore" )
80+ exclude(group = " androidx.datastore" , module = " datastore-core" )
81+ }
82+ implementation(" androidx.datastore:datastore-android:1.1.2" ) {
83+ exclude(group = " androidx.datastore" , module = " datastore-core" )
84+ }
85+ implementation(" androidx.datastore:datastore-core-android:1.1.2" )
86+
7987 runtimeOnly(" com.google.firebase:firebase-installations:18.0.0" ) {
8088 exclude(group = " com.google.firebase" , module = " firebase-common" )
8189 exclude(group = " com.google.firebase" , module = " firebase-components" )
Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ buildscript {
2424
2525 dependencies {
2626 classpath " com.android.tools.build:gradle:8.3.2"
27- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
2827 classpath " com.google.gms:google-services:4.3.14"
2928 classpath " com.google.firebase:firebase-crashlytics-gradle:2.8.1"
3029 }
3130}
3231
3332apply plugin : " com.android.application"
34- apply plugin : " org.jetbrains.kotlin.android"
3533
3634android {
3735 compileSdkVersion 34
You can’t perform that action at this time.
0 commit comments