File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,8 @@ dependencies {
223223 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
224224 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
225225 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
226- implementation ' org.jetbrains.kotlinx:kotlinx-datetime:0.3.2'
226+ implementation ' org.jetbrains.kotlinx:kotlinx-datetime:0.5.0'
227+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2" )
227228 coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5" )
228229
229230 // Database
Original file line number Diff line number Diff line change 5151# The SDK has several references of Apache HTTP client
5252-dontwarn com.amazonaws.http.**
5353-dontwarn com.amazonaws.metrics.**
54+ -dontwarn org.bouncycastle.**
55+ -dontwarn org.conscrypt.**
56+ -dontwarn org.openjsse.**
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313 dependencies {
1414 classpath ' com.android.tools.build:gradle:8.5.2'
1515 classpath ' com.google.gms:google-services:4.4.2'
16- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.5.2 '
16+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.9 '
1717 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1818 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0"
1919
You can’t perform that action at this time.
0 commit comments