@@ -51,34 +51,34 @@ android {
51
51
52
52
dependencies {
53
53
// Basic android dependencies
54
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.23 " )
55
- implementation(" androidx.core:core-ktx:1.13.1 " )
54
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.0 " )
55
+ implementation(" androidx.core:core-ktx:1.16.0 " )
56
56
implementation(" com.google.android.material:material:1.12.0" )
57
- implementation(" androidx.datastore:datastore:1.1.1 " )
58
- implementation(" com.google.protobuf:protobuf-javalite:3.18.0 " )
59
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
57
+ implementation(" androidx.datastore:datastore:1.1.7 " )
58
+ implementation(" com.google.protobuf:protobuf-javalite:4.31.1 " )
59
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 " )
60
60
implementation(" androidx.core:core-splashscreen:1.0.1" )
61
61
62
62
// Jetpack Compose
63
63
// Adding the Bill of Materials synchronizes dependencies in the androidx.compose namespace
64
64
// You can remove the library version in your dependency declarations
65
- implementation(platform(" androidx.compose:compose-bom:2025.02 .00" ))
65
+ implementation(platform(" androidx.compose:compose-bom:2025.07 .00" ))
66
66
implementation(" androidx.compose.animation:animation" )
67
67
implementation(" androidx.compose.ui:ui-tooling" )
68
68
implementation(" androidx.compose.ui:ui" )
69
69
implementation(" androidx.compose.material3:material3" )
70
70
implementation(" androidx.activity:activity-compose" )
71
- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5 " )
72
- implementation(" androidx.constraintlayout:constraintlayout-compose:1.0 .1" )
73
- implementation(" androidx.navigation:navigation-compose:2.8.0 " )
74
- implementation(" com.google.accompanist:accompanist-systemuicontroller:0.23.1 " )
71
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.9.2 " )
72
+ implementation(" androidx.constraintlayout:constraintlayout-compose:1.1 .1" )
73
+ implementation(" androidx.navigation:navigation-compose:2.9.2 " )
74
+ implementation(" com.google.accompanist:accompanist-systemuicontroller:0.36.0 " )
75
75
76
76
// Icons
77
77
implementation(" androidx.compose.material:material-icons-extended:1.7.8" )
78
- implementation(" com.composables:icons-lucide:1.0 .0" )
78
+ implementation(" com.composables:icons-lucide:1.1 .0" )
79
79
80
80
// Toolbar
81
- implementation(" androidx.appcompat:appcompat:1.7.0 " )
81
+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
82
82
83
83
// Bitcoin Development Kit
84
84
implementation(" org.bitcoindevkit:bdk-android:2.0.0" )
0 commit comments