gradle updates
This commit is contained in:
@@ -63,13 +63,13 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation platform('androidx.compose:compose-bom:2022.10.00')
|
||||
implementation 'androidx.activity:activity-compose:1.6.1'
|
||||
implementation platform('androidx.compose:compose-bom:2023.04.00')
|
||||
implementation 'androidx.activity:activity-compose:1.7.1'
|
||||
implementation 'androidx.compose.material3:material3'
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
implementation 'androidx.core:core-ktx:1.9.0'
|
||||
implementation 'androidx.core:core-ktx:1.10.0'
|
||||
|
||||
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
|
||||
androidTestImplementation platform('androidx.compose:compose-bom:2023.04.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user