|
@@ -38,6 +38,9 @@ dependencies {
|
|
|
implementation 'com.google.android.material:material:1.5.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
|
|
implementation 'com.google.code.gson:gson:2.8.9'
|
|
|
+
|
|
|
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
|
|
|
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
|
|
|
testImplementation 'junit:junit:4.+'
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|