@@ -173,7 +173,7 @@ dependencies {
173173 // kotlin stuff
174174 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion "
175175 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
176- implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 "
176+ implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 "
177177
178178 // random stuff
179179 implementation " com.google.android.material:material:1.13.0-alpha12"
@@ -189,7 +189,7 @@ dependencies {
189189 implementation " dev.rikka.shizuku:api:$shizuku_version "
190190 implementation " dev.rikka.shizuku:provider:$shizuku_version "
191191 implementation " org.lsposed.hiddenapibypass:hiddenapibypass:4.3"
192- proImplementation ' com.revenuecat.purchases:purchases:8.14.2 '
192+ proImplementation ' com.revenuecat.purchases:purchases:8.15.0 '
193193 proImplementation " com.airbnb.android:lottie-compose:6.6.3"
194194
195195 // splitties
@@ -220,15 +220,15 @@ dependencies {
220220 implementation " androidx.lifecycle:lifecycle-extensions:2.2.0"
221221 implementation " androidx.room:room-runtime:$room_version "
222222 implementation " androidx.viewpager2:viewpager2:1.1.0"
223- implementation " androidx.datastore:datastore-preferences:1.1.3 "
223+ implementation " androidx.datastore:datastore-preferences:1.1.4 "
224224 implementation " androidx.core:core-splashscreen:1.0.1"
225225 implementation " androidx.activity:activity-compose:1.10.1"
226226 implementation " androidx.navigation:navigation-compose:2.8.9"
227227 implementation " androidx.navigation:navigation-fragment-compose:2.8.9"
228228 ksp " androidx.room:room-compiler:$room_version "
229229
230230 // Compose
231- Dependency composeBom = platform(' androidx.compose:compose-bom-beta:2025.03.00 ' )
231+ Dependency composeBom = platform(' androidx.compose:compose-bom-beta:2025.03.01 ' )
232232 implementation composeBom
233233 implementation ' androidx.compose.foundation:foundation'
234234 implementation " androidx.compose.ui:ui-android"
@@ -254,12 +254,12 @@ dependencies {
254254 testImplementation " org.hamcrest:hamcrest-all:1.3"
255255 testImplementation " androidx.test.ext:junit-ktx:$androidXTestExtKotlinRunnerVersion "
256256 testImplementation " androidx.test:core-ktx:1.6.1"
257- testImplementation " org.robolectric:robolectric:4.12 .1"
257+ testImplementation " org.robolectric:robolectric:4.14 .1"
258258 testImplementation " androidx.arch.core:core-testing:2.2.0"
259259 testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion "
260260 testImplementation " pl.pragmatists:JUnitParams:1.1.1"
261261 testImplementation " org.mockito.kotlin:mockito-kotlin:4.0.0"
262- testImplementation " org.mockito:mockito-core:5.2.0 "
262+ testImplementation " org.mockito:mockito-core:5.15.2 "
263263 testImplementation " org.mockito:mockito-inline:5.2.0"
264264
265265 androidTestImplementation " androidx.test.ext:junit:$androidXTestExtKotlinRunnerVersion "
0 commit comments