Update dependencies
This commit is contained in:
@@ -32,14 +32,13 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation "androidx.core:core-ktx:1.7.0"
|
||||||
implementation 'androidx.core:core-ktx:1.6.0'
|
implementation "androidx.appcompat:appcompat:1.3.1"
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation "com.google.android.material:material:1.4.0"
|
||||||
implementation 'com.google.android.material:material:1.3.0'
|
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.0"
|
||||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
|
testImplementation "junit:junit:4.13.2"
|
||||||
testImplementation 'junit:junit:4.13'
|
androidTestImplementation "androidx.test.ext:junit:1.1.3"
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user