Add announcements to compose
This commit is contained in:
@@ -80,14 +80,14 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
|
||||
// Compose
|
||||
implementation "androidx.compose.runtime:runtime:$compose_version"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
|
||||
implementation "androidx.compose.ui:ui:$compose_version"
|
||||
implementation "androidx.compose.ui:ui-tooling:$compose_version"
|
||||
implementation "androidx.compose.foundation:foundation:$compose_version"
|
||||
implementation "androidx.compose.foundation:foundation-layout:$compose_version"
|
||||
implementation "androidx.compose.material:material:$compose_version"
|
||||
implementation "androidx.compose.runtime:runtime:1.0.5"
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.0.5"
|
||||
implementation "androidx.compose.ui:ui:1.0.5"
|
||||
implementation "androidx.compose.ui:ui-tooling:1.0.5"
|
||||
implementation "androidx.compose.foundation:foundation:1.0.5"
|
||||
implementation "androidx.compose.foundation:foundation-layout:1.0.5"
|
||||
implementation "androidx.compose.material:material:1.0.5"
|
||||
implementation "androidx.navigation:navigation-compose:2.4.0-beta02"
|
||||
|
||||
implementation "com.google.android.material:compose-theme-adapter:$compose_version"
|
||||
implementation "com.google.android.material:compose-theme-adapter:1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user