Fix gradle version.
This commit is contained in:
parent
295bb522e5
commit
d86cbe75dd
1 changed files with 2 additions and 2 deletions
|
|
@ -85,9 +85,9 @@ dependencies {
|
|||
implementation "androidx.compose.material:material-icons-core:1.0.0-beta07"
|
||||
implementation "androidx.compose.material:material-icons-extended:1.0.0-beta07"
|
||||
// Integration with activities
|
||||
implementation "androidx.activity:activity-compose:1.3.0-beta07"
|
||||
implementation "androidx.activity:activity-compose:1.3.0-alpha08"
|
||||
// Integration with ViewModels
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-beta07"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
|
||||
// Integration with observables
|
||||
implementation "androidx.compose.runtime:runtime-livedata:1.0.0-beta07"
|
||||
// ConstraintLayout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue