|
@@ -36,4 +36,7 @@ dependencies {
|
|
|
testImplementation 'junit:junit:4.+'
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
+ implementation 'com.google.android.material:material:1.3.0'
|
|
|
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
|
|
+ implementation 'com.google.code.gson:gson:2.8.7'
|
|
|
}
|