Page 2 Complété

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-19 15:17:10 +01:00
parent d7702dc164
commit 56019e53b4
18 changed files with 394 additions and 20 deletions

View File

@@ -38,7 +38,25 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
// Retrofit
implementation 'com.google.code.gson:gson:2.8.4'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0'
implementation "com.android.support:cardview-v7:29.1.1"
implementation 'com.android.support:recyclerview-v7:29.1.1'
implementation 'com.squareup.picasso:picasso:2.71828'
//Picasso
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.okhttp:okhttp:2.2.0'
implementation 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
}
apply plugin: 'kotlin-android-extensions'