mirror of
https://github.com/Aviortheking/CA_Contest.git
synced 2025-08-10 11:11:58 +00:00
Page 2 Complété
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -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'
|
Reference in New Issue
Block a user