Fix gradle version.

This commit is contained in:
Thomas Andres Gomez 2021-05-21 19:26:47 +02:00
parent 295bb522e5
commit d86cbe75dd

View file

@ -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