Add recyclerview

This commit is contained in:
2020-04-26 20:38:34 +02:00
parent 9abc83001e
commit cdf9b5b155
7 changed files with 115 additions and 3 deletions

View File

@@ -27,4 +27,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
}