commit b119c37fb25a37ec466d72d3a7f2e1055058ce10
parent 318738cc76d457b126ab8a782751b624db733b55
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 8 May 2025 13:11:20 +0200
[wallet] update compose dependency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle
@@ -136,7 +136,7 @@ dependencies {
implementation "androidx.browser:browser:1.8.0"
// Compose
- implementation platform('androidx.compose:compose-bom:2025.04.01')
+ implementation platform('androidx.compose:compose-bom:2025.05.00')
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material:material-icons-extended'
implementation "androidx.compose.runtime:runtime-livedata"