build(app): library upgrade
firebase-bom:33.16.0 androidx.room:2.8.3 kotlinx-coroutines-android:1.10.2 af-android-sdk:6.17.4
This commit is contained in:
@@ -152,7 +152,7 @@ dependencies {
|
||||
implementation 'com.google.android.gms:play-services-oss-licenses:17.1.0'
|
||||
|
||||
// Firebase
|
||||
implementation platform('com.google.firebase:firebase-bom:32.2.2')
|
||||
implementation platform('com.google.firebase:firebase-bom:33.16.0')
|
||||
implementation 'com.google.firebase:firebase-crashlytics-ktx'
|
||||
implementation 'com.google.firebase:firebase-analytics-ktx'
|
||||
implementation 'com.google.firebase:firebase-messaging-ktx'
|
||||
@@ -177,12 +177,12 @@ dependencies {
|
||||
implementation "com.android.billingclient:billing-ktx:8.0.0"
|
||||
|
||||
// ROOM
|
||||
ksp "androidx.room:room-compiler:2.7.0"
|
||||
implementation "androidx.room:room-ktx:2.7.0"
|
||||
implementation "androidx.room:room-runtime:2.7.0"
|
||||
implementation "androidx.room:room-rxjava3:2.7.0"
|
||||
ksp "androidx.room:room-compiler:2.8.3"
|
||||
implementation "androidx.room:room-ktx:2.8.3"
|
||||
implementation "androidx.room:room-runtime:2.8.3"
|
||||
implementation "androidx.room:room-rxjava3:2.8.3"
|
||||
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
|
||||
|
||||
implementation "androidx.media3:media3-session:1.4.1"
|
||||
implementation "androidx.media3:media3-exoplayer:1.4.1"
|
||||
@@ -191,7 +191,7 @@ dependencies {
|
||||
implementation "com.facebook.android:facebook-core:18.0.0"
|
||||
|
||||
// Appsflyer
|
||||
implementation 'com.appsflyer:af-android-sdk:6.16.1'
|
||||
implementation 'com.appsflyer:af-android-sdk:6.17.4'
|
||||
|
||||
// 노티플라이
|
||||
implementation 'com.github.team-michael:notifly-android-sdk:1.12.0'
|
||||
@@ -202,13 +202,6 @@ dependencies {
|
||||
implementation "com.kakao.sdk:v2-user:2.21.0"
|
||||
|
||||
implementation 'io.github.glailton.expandabletextview:expandabletextview:1.0.4'
|
||||
|
||||
// ----- Test dependencies -----
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.12.0'
|
||||
testImplementation 'org.mockito:mockito-inline:5.2.0'
|
||||
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.1'
|
||||
testImplementation 'io.mockk:mockk:1.13.10'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user