@@ -47,9 +47,9 @@ android {
4747dependencies {
4848 // Basic android dependencies
4949 implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.23" )
50- implementation(" androidx.core:core-ktx:1.13.0 " )
51- implementation(" com.google.android.material:material:1.11 .0" )
52- implementation(" androidx.datastore:datastore:1.1.0 " )
50+ implementation(" androidx.core:core-ktx:1.13.1 " )
51+ implementation(" com.google.android.material:material:1.12 .0" )
52+ implementation(" androidx.datastore:datastore:1.1.1 " )
5353 implementation(" com.google.protobuf:protobuf-javalite:3.18.0" )
5454 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" )
5555
@@ -62,13 +62,13 @@ dependencies {
6262 implementation(" androidx.compose.ui:ui" )
6363 implementation(" androidx.compose.material3:material3" )
6464 implementation(" androidx.activity:activity-compose" )
65- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 " )
65+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5 " )
6666 implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1" )
67- implementation(" androidx.navigation:navigation-compose:2.8.0-beta02 " )
67+ implementation(" androidx.navigation:navigation-compose:2.8.0" )
6868 implementation(" com.google.accompanist:accompanist-systemuicontroller:0.23.1" )
6969
7070 // Toolbar
71- implementation(" androidx.appcompat:appcompat:1.6.1 " )
71+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
7272
7373 // Bitcoin Development Kit
7474 implementation(" org.bitcoindevkit:bdk-android:1.0.0-beta.2" )
@@ -78,8 +78,8 @@ dependencies {
7878
7979 // Tests
8080 testImplementation (" junit:junit:4.13.2" )
81- androidTestImplementation (" androidx.test.ext:junit:1.1.5 " )
82- androidTestImplementation (" androidx.test.espresso:espresso-core:3.5 .1" )
81+ androidTestImplementation (" androidx.test.ext:junit:1.2.1 " )
82+ androidTestImplementation (" androidx.test.espresso:espresso-core:3.6 .1" )
8383}
8484
8585protobuf {
0 commit comments