@@ -7,13 +7,17 @@ constraintlayout = "2.2.1"
77aboutlibraries = " 11.3.0"
88coreSplashscreen = " 1.0.1"
99core = " 4.6.2"
10+ coreTesting = " 2.2.0"
1011firebaseBom = " 34.2.0"
1112gridlayout = " 1.1.0"
13+ junit = " 4.13.2"
1214kotlinxSerializationJson = " 1.9.0"
1315library = " 1.3.0"
1416libraryVersion = " 1.4.0"
1517lifecycle = " 2.9.3"
1618lottie = " 6.6.7"
19+ mockitoCore = " 5.19.0"
20+ mockitoInline = " 5.2.0"
1721navigationFragment = " 2.9.3"
1822navigationUi = " 2.9.3"
1923preference = " 1.2.1"
@@ -32,6 +36,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
3236androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintlayout" }
3337androidx-core = { module = " androidx.core:core" , version.ref = " coreKtx" }
3438androidx-core-splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " coreSplashscreen" }
39+ androidx-core-testing = { module = " androidx.arch.core:core-testing" , version.ref = " coreTesting" }
3540androidx-gridlayout = { module = " androidx.gridlayout:gridlayout" , version.ref = " gridlayout" }
3641androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata" , version.ref = " lifecycle" }
3742androidx-lifecycle-process = { module = " androidx.lifecycle:lifecycle-process" , version.ref = " lifecycle" }
@@ -48,11 +53,14 @@ firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "fir
4853firebase-crashlytics = { module = " com.google.firebase:firebase-crashlytics" }
4954core = { module = " io.noties.markwon:core" , version.ref = " core" }
5055google-firebase-perf = { module = " com.google.firebase:firebase-perf" }
56+ junit = { module = " junit:junit" , version.ref = " junit" }
5157kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
5258library = { module = " me.zhanghai.android.fastscroll:library" , version.ref = " library" }
5359lottie = { module = " com.airbnb.android:lottie" , version.ref = " lottie" }
5460material = { module = " com.google.android.material:material" , version.ref = " material" }
5561materialratingbar-library = { module = " me.zhanghai.android.materialratingbar:library" , version.ref = " libraryVersion" }
62+ mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockitoCore" }
63+ mockito-inline = { module = " org.mockito:mockito-inline" , version.ref = " mockitoInline" }
5664play-services-ads = { module = " com.google.android.gms:play-services-ads" , version.ref = " playServicesAds" }
5765review = { module = " com.google.android.play:review" , version.ref = " review" }
5866volley = { module = " com.android.volley:volley" , version.ref = " volley" }
0 commit comments