Extract constraintlayout-compose version
This commit is contained in:
parent
1ce0cee3e9
commit
3034717c11
2 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ dependencies {
|
||||||
implementation "androidx.appcompat:appcompat:$androidx_appcompat_version"
|
implementation "androidx.appcompat:appcompat:$androidx_appcompat_version"
|
||||||
implementation "com.google.android.material:material:$androidx_material_version"
|
implementation "com.google.android.material:material:$androidx_material_version"
|
||||||
implementation "androidx.constraintlayout:constraintlayout:$androidx_constraintlayout_version"
|
implementation "androidx.constraintlayout:constraintlayout:$androidx_constraintlayout_version"
|
||||||
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0"
|
implementation "androidx.constraintlayout:constraintlayout-compose:$androidx_compose_constraintlayout_version"
|
||||||
implementation "androidx.lifecycle:lifecycle-livedata-core-ktx:$androidx_livedata_version"
|
implementation "androidx.lifecycle:lifecycle-livedata-core-ktx:$androidx_livedata_version"
|
||||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidx_livedata_version"
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidx_livedata_version"
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidx_livedata_version"
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidx_livedata_version"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ project.ext {
|
||||||
|
|
||||||
androidx_compose = "1.1.0"
|
androidx_compose = "1.1.0"
|
||||||
google_accompanist = "0.23.1"
|
google_accompanist = "0.23.1"
|
||||||
|
androidx_compose_constraintlayout_version = "1.0.0"
|
||||||
|
|
||||||
coroutines_version = "1.6.0"
|
coroutines_version = "1.6.0"
|
||||||
turbine_version = "0.7.0"
|
turbine_version = "0.7.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue