mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Update Jetpack Compose library version
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
12454ed6a1
commit
578ee5137f
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ dependencies {
|
|||
}
|
||||
|
||||
// Jetpack Compose
|
||||
implementation(platform("androidx.compose:compose-bom:2024.02.00"))
|
||||
implementation(platform("androidx.compose:compose-bom:2024.02.01"))
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation("androidx.compose.ui:ui-graphics")
|
||||
implementation("androidx.compose.material3:material3")
|
||||
|
|
Loading…
Reference in a new issue