@@ -22,7 +22,7 @@ android {
22
22
minSdk = 24
23
23
targetSdk = 34
24
24
versionCode = 18
25
- versionName = " 1.1-beta48 "
25
+ versionName = " 1.1-beta49 "
26
26
27
27
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
28
28
@@ -163,16 +163,16 @@ dependencies {
163
163
implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7" )
164
164
implementation(" androidx.navigation:navigation-ui-ktx:2.7.7" )
165
165
implementation(" androidx.navigation:navigation-compose:2.7.7" )
166
- implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.8.1 " )
167
- implementation(" androidx.compose.ui:ui:1.7.0-beta01 " )
168
- implementation(" androidx.compose.material:material:1.7.0-beta01 " )
169
- implementation(" androidx.compose.material3:material3:1.3.0-beta01 " )
170
- implementation(" androidx.compose.material3:material3-window-size-class:1.3.0-beta01 " )
171
- implementation(" androidx.compose.material3.adaptive:adaptive:1.0.0-beta01 " )
172
- implementation(" androidx.compose.material3.adaptive:adaptive-layout:1.0.0-beta01 " )
173
- implementation(" androidx.compose.material3.adaptive:adaptive-navigation:1.0.0-beta01 " )
174
- implementation(" androidx.compose.material:material-icons-extended:1.6.7 " )
175
- implementation(" com.materialkolor:material-kolor:1.6.2 " )
166
+ implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.8.3 " )
167
+ implementation(" androidx.compose.ui:ui:1.7.0-beta04 " )
168
+ implementation(" androidx.compose.material:material:1.7.0-beta04 " )
169
+ implementation(" androidx.compose.material3:material3:1.3.0-beta04 " )
170
+ implementation(" androidx.compose.material3:material3-window-size-class:1.3.0-beta04 " )
171
+ implementation(" androidx.compose.material3.adaptive:adaptive:1.0.0-beta04 " )
172
+ implementation(" androidx.compose.material3.adaptive:adaptive-layout:1.0.0-beta04 " )
173
+ implementation(" androidx.compose.material3.adaptive:adaptive-navigation:1.0.0-beta04 " )
174
+ implementation(" androidx.compose.material:material-icons-extended:1.6.8 " )
175
+ implementation(" com.materialkolor:material-kolor:1.7.0 " )
176
176
implementation(" androidx.room:room-runtime:2.6.1" )
177
177
implementation(" androidx.room:room-ktx:2.6.1" )
178
178
implementation(" androidx.room:room-paging:2.6.1" )
@@ -196,7 +196,7 @@ dependencies {
196
196
implementation(" com.squareup.okhttp3:logging-interceptor:4.12.0" )
197
197
implementation(" com.squareup.retrofit2:retrofit:2.11.0" )
198
198
implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
199
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
199
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
200
200
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.8.1" )
201
201
202
202
implementation(" com.github.aniyomiorg:aniyomi-mpv-lib:1.15.n" )
@@ -219,6 +219,6 @@ dependencies {
219
219
220
220
// debugImplementation("com.squareup.leakcanary:leakcanary-android:2.13")
221
221
testImplementation(" junit:junit:4.13.2" )
222
- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
223
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
222
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
223
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
224
224
}
0 commit comments