@@ -14,8 +14,8 @@ plugins {
1414 id ' org.jetbrains.kotlin.android'
1515 id ' kotlin-kapt'
1616 id ' com.google.dagger.hilt.android'
17- id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.3.10 '
18- id ' org.jetbrains.kotlin.plugin.compose' version ' 2.3.10 '
17+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.3.20 '
18+ id ' org.jetbrains.kotlin.plugin.compose' version ' 2.3.20 '
1919}
2020
2121
@@ -482,10 +482,10 @@ dependencies {
482482
483483// compose
484484dependencies {
485- implementation ' androidx.core:core-ktx:1.17 .0'
485+ implementation ' androidx.core:core-ktx:1.18 .0'
486486
487487 // jetpack compose
488- def composeBom = platform(' androidx.compose:compose-bom:2026.02.01 ' )
488+ def composeBom = platform(' androidx.compose:compose-bom:2026.03.00 ' )
489489 implementation composeBom
490490 androidTestImplementation composeBom
491491
@@ -498,12 +498,12 @@ dependencies {
498498 implementation " androidx.compose.material:material-icons-extended:1.7.8"
499499
500500 // UI Tests
501- androidTestImplementation ' androidx.compose.ui:ui-test-junit4:1.10.4 '
502- debugImplementation ' androidx.compose.ui:ui-test-manifest:1.10.4 '
501+ androidTestImplementation ' androidx.compose.ui:ui-test-junit4:1.10.5 '
502+ debugImplementation ' androidx.compose.ui:ui-test-manifest:1.10.5 '
503503
504504 // Android Studio Preview support
505- implementation ' androidx.compose.ui:ui-tooling-preview:1.10.4 '
506- debugImplementation ' androidx.compose.ui:ui-tooling:1.10.4 '
505+ implementation ' androidx.compose.ui:ui-tooling-preview:1.10.5 '
506+ debugImplementation ' androidx.compose.ui:ui-tooling:1.10.5 '
507507
508508 // reflect
509509 implementation ' org.jetbrains.kotlin:kotlin-reflect:2.2.0'
@@ -555,8 +555,8 @@ dependencies {
555555
556556/* build:google*/ solana_dappImplementation ' com.google.android.gms:play-services-auth:21.5.1'
557557
558- /* build:google*/ solana_dappImplementation(" com.stripe:stripe-android:22.8.1 " )
559- /* build:google*/ solana_dappImplementation(" com.stripe:financial-connections:22.8.1 " )
558+ /* build:google*/ solana_dappImplementation(" com.stripe:stripe-android:23.0.2 " )
559+ /* build:google*/ solana_dappImplementation(" com.stripe:financial-connections:23.0.2 " )
560560}
561561
562562// ethos dapp
@@ -572,8 +572,8 @@ dependencies {
572572
573573/* build:google*/ ethos_dappImplementation ' com.google.android.gms:play-services-auth:21.5.1'
574574
575- /* build:google*/ ethos_dappImplementation(" com.stripe:stripe-android:22.8.1 " )
576- /* build:google*/ ethos_dappImplementation(" com.stripe:financial-connections:22.8.1 " )
575+ /* build:google*/ ethos_dappImplementation(" com.stripe:stripe-android:23.0.2 " )
576+ /* build:google*/ ethos_dappImplementation(" com.stripe:financial-connections:23.0.2 " )
577577
578578 // noinspection NewerVersionAvailable newer version incompatible with the WalletSDK
579579 ethos_dappImplementation(" org.web3j:core:4.9.4" )
0 commit comments