Skip to content

Commit

Permalink
add depnds for project
Browse files Browse the repository at this point in the history
  • Loading branch information
abanoubmilad committed Feb 8, 2021
1 parent 75dd45b commit d7fdd6a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,25 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'

// Retrofit and OkHttp
implementation "com.squareup.retrofit2:retrofit:2.7.1"
implementation "com.squareup.okhttp3:okhttp:4.2.1"

implementation project(':nut')
// Http Logging Interceptor (Shows log per request)
implementation "com.squareup.okhttp3:logging-interceptor:4.2.1"

implementation "com.squareup.retrofit2:converter-gson:2.7.0"

implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'


implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation "com.squareup.retrofit2:adapter-rxjava2:2.6.2"

kapt "android.arch.lifecycle:common-java8:1.1.1"
kapt "com.android.databinding:compiler:3.2.0-alpha10"

api project(':nut')

}

0 comments on commit d7fdd6a

Please sign in to comment.