Skip to content

Commit a6d7fc3

Browse files
committed
build update
1 parent af79e6a commit a6d7fc3

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

app/app/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
484484
dependencies {
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")

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.android.application' version '8.11.1' apply false
55
//noinspection AndroidGradlePluginVersion F-Droid requires 8.11.1
66
id 'com.android.library' version '8.11.1' apply false
7-
id 'org.jetbrains.kotlin.android' version '2.3.10' apply false
7+
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
88
//noinspection NewerVersionAvailable,AndroidGradlePluginVersion cannot upgrade without modern com.android.application (see notes on com.android.application for why it is held back)
99
id 'com.google.dagger.hilt.android' version '2.58' apply false
1010
}

0 commit comments

Comments
 (0)