mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: update Compose BOM to 2023.03.00
This commit is contained in:
parent
8d688ea6a4
commit
e2ffceb922
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ dependencies {
|
|||
kapt "com.google.dagger:hilt-compiler:$hilt_version"
|
||||
|
||||
// Compose
|
||||
def composeBom = platform('androidx.compose:compose-bom:2023.01.00')
|
||||
def composeBom = platform('androidx.compose:compose-bom:2023.03.00')
|
||||
implementation composeBom
|
||||
androidTestImplementation composeBom
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue