@@ -56,67 +56,67 @@ android {
5656
5757dependencies {
5858 // AndroidX BOM
59- implementation(platform(" androidx.compose:compose-bom:2024.01.00 " ))
60- implementation(" androidx.compose.runtime: runtime" )
61- implementation(" androidx.compose.ui:ui " )
62- implementation(" androidx.compose.material: material" )
63- debugImplementation(" androidx.compose.ui:ui- tooling" )
64- implementation(" androidx.compose.runtime:runtime- livedata" )
59+ implementation(platform(libs. androidx.compose.bom ))
60+ implementation(libs. androidx.compose.runtime. runtime)
61+ implementation(libs. androidx.compose.ui)
62+ implementation(libs. androidx.compose.material. material)
63+ debugImplementation(libs. androidx.compose.ui. tooling)
64+ implementation(libs. androidx.compose.runtime. livedata)
6565
6666 // Core AndroidX dependencies
67- implementation(" androidx.core:core-ktx:1.12.0 " )
68- implementation(" androidx .appcompat:appcompat:1.6.1 " )
69- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
70- implementation(" androidx.fragment:fragment-ktx:1.6.2 " )
71- implementation(" androidx.recyclerview:recyclerview:1.3.2 " )
67+ implementation(libs. androidx.core.ktx )
68+ implementation(libs .appcompat)
69+ implementation(libs. androidx.constraintlayout)
70+ implementation(libs. androidx.fragment.ktx )
71+ implementation(libs. androidx.recyclerview)
7272
7373 // Lifecycle
74- implementation(" androidx.lifecycle:lifecycle- runtime-ktx:2.7.0 " )
75- implementation(" androidx .lifecycle:lifecycle- livedata-ktx:2.7.0 " )
76- implementation(" androidx.lifecycle:lifecycle- viewmodel-ktx:2.7.0 " )
74+ implementation(libs. androidx.lifecycle. runtime.ktx )
75+ implementation(libs .lifecycle. livedata.ktx )
76+ implementation(libs. androidx.lifecycle. viewmodel.ktx )
7777
7878 // Navigation
79- implementation(" androidx.navigation:navigation- fragment-ktx:2.7.7 " )
80- implementation(" androidx .navigation:navigation-ui-ktx:2.7.7 " )
79+ implementation(libs. androidx.navigation. fragment.ktx )
80+ implementation(libs .navigation.ui.ktx )
8181
8282 // Room
83- implementation(" androidx.room:room-runtime:2.6.1 " )
84- implementation(" androidx.room:room-ktx:2.6.1 " )
85- ksp(" androidx.room:room-compiler:2.6.1 " )
83+ implementation(libs. androidx.room.runtime )
84+ implementation(libs. androidx.room.ktx )
85+ ksp(libs. androidx.room.compiler )
8686
8787 // Coroutines
88- implementation(platform(" org.jetbrains. kotlinx:kotlinx- coroutines-bom:1.7.3 " ))
89- implementation(" org.jetbrains.kotlinx:kotlinx- coroutines- android" )
90- implementation(" org.jetbrains.kotlinx:kotlinx- coroutines- core" )
88+ implementation(platform(libs. kotlinx. coroutines.bom ))
89+ implementation(libs. org.jetbrains.kotlinx. coroutines. android)
90+ implementation(libs. org.jetbrains.kotlinx. coroutines. core)
9191
9292 // OkHttp
93- implementation(platform(" com.squareup.okhttp3: okhttp-bom:4.12.0 " ))
94- implementation(" com.squareup. okhttp3: okhttp" )
95- implementation(" com .squareup.okhttp3: logging- interceptor" )
93+ implementation(platform(libs. okhttp.bom ))
94+ implementation(libs. okhttp3. okhttp)
95+ implementation(libs .squareup.logging. interceptor)
9696
9797 // Retrofit
98- implementation(" com.squareup.retrofit2: retrofit:2.9.0 " )
99- implementation(" com.squareup.retrofit2: converter-gson:2.9.0 " )
98+ implementation(libs. com.squareup.retrofit)
99+ implementation(libs. com.squareup.retrofit. converter.gson )
100100
101101 // mParticle
102102 implementation(" com.mparticle:android-core:5+" )
103103 implementation(" com.mparticle:android-kit-base:5+" )
104104 implementation(" com.mparticle:android-rokt-kit:5+" )
105105
106106 // Google Services
107- implementation(" com.google.android.gms: play- services- ads-identifier:18.0.1 " )
107+ implementation(libs. play. services. ads.identifier )
108108
109109 // Other dependencies
110- implementation(" com.google.android. material:material:1.11.0 " )
111- implementation(" com.google.code. gson:gson:2.10.1 " )
112- implementation(" com.github.bumptech. glide:glide:4.16.0 " )
113- ksp(" com.github.bumptech.glide: compiler:4.16.0 " )
110+ implementation(libs. material)
111+ implementation(libs. gson)
112+ implementation(libs. glide)
113+ ksp(libs. compiler.glide )
114114
115115 // Testing dependencies
116- testImplementation(" junit:junit:4.13.2 " )
117- androidTestImplementation(" androidx.test.ext: junit:1.1.5 " )
118- androidTestImplementation(" androidx.test.ext: junit-ktx:1.1.5 " )
119- androidTestImplementation(" androidx.test. espresso:espresso-core:3.5.1 " )
116+ testImplementation(libs.junit )
117+ androidTestImplementation(libs. androidx.junit)
118+ androidTestImplementation(libs. androidx.junit.ktx )
119+ androidTestImplementation(libs. androidx.espresso.core )
120120}
121121
122122fun buildVersionCode (): Int {
0 commit comments