mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23:55 +01:00
added dependencies
This commit is contained in:
parent
32cd5a739c
commit
d9eab1bcb4
1 changed files with 4 additions and 1 deletions
|
|
@ -23,6 +23,9 @@ dependencies {
|
||||||
// Forcing dependency versions using force = true on a first-level dependency has been deprecated.
|
// Forcing dependency versions using force = true on a first-level dependency has been deprecated.
|
||||||
// Ref: https://docs.gradle.org/7.5/userguide/upgrading_version_5.html#forced_dependencies
|
// Ref: https://docs.gradle.org/7.5/userguide/upgrading_version_5.html#forced_dependencies
|
||||||
//force = true //API 19 support
|
//force = true //API 19 support
|
||||||
|
implementation 'androidx.fragment:fragment-ktx:1.5.5' // Fragment KTX for viewModels
|
||||||
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' // ViewModel KTX
|
||||||
|
|
||||||
}
|
}
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.8.1'
|
implementation 'com.squareup.retrofit2:retrofit:2.8.1'
|
||||||
implementation "com.squareup.retrofit2:converter-gson:2.8.1"
|
implementation "com.squareup.retrofit2:converter-gson:2.8.1"
|
||||||
|
|
@ -83,7 +86,7 @@ dependencies {
|
||||||
exclude group: 'com.google.android', module: 'android'
|
exclude group: 'com.google.android', module: 'android'
|
||||||
}
|
}
|
||||||
implementation "com.squareup.okhttp3:logging-interceptor:$OKHTTP_VERSION"
|
implementation "com.squareup.okhttp3:logging-interceptor:$OKHTTP_VERSION"
|
||||||
|
implementation 'com.jakewharton.timber:timber:4.7.1'
|
||||||
// Dependency injector
|
// Dependency injector
|
||||||
implementation "com.google.dagger:dagger-android:$DAGGER_VERSION"
|
implementation "com.google.dagger:dagger-android:$DAGGER_VERSION"
|
||||||
implementation "com.google.dagger:dagger-android-support:$DAGGER_VERSION"
|
implementation "com.google.dagger:dagger-android-support:$DAGGER_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue