updated libraries
This commit is contained in:
parent
3c4f4f36a5
commit
5b19f96fcd
1 changed files with 3 additions and 3 deletions
|
@ -68,14 +68,14 @@ dependencies {
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0"
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation "androidx.core:core-ktx:1.1.0"
|
implementation "androidx.core:core-ktx:1.2.0"
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
||||||
implementation "androidx.preference:preference-ktx:1.1.0"
|
implementation "androidx.preference:preference-ktx:1.1.0"
|
||||||
|
|
||||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.0'
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.1'
|
||||||
implementation 'androidx.navigation:navigation-ui-ktx:2.2.0'
|
implementation 'androidx.navigation:navigation-ui-ktx:2.2.1'
|
||||||
|
|
||||||
|
|
||||||
implementation "com.google.android.material:material:1.1.0-beta01"
|
implementation "com.google.android.material:material:1.1.0-beta01"
|
||||||
|
|
Loading…
Reference in a new issue