Skip to content

Commit

Permalink
v0.52 update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
abanoubmilad committed Feb 8, 2021
1 parent 7501b67 commit df69752
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.4.30'
ext.libraryVersion = '0.51'
ext.libraryVersion = '0.52'
repositories {
google()
jcenter()
Expand Down
15 changes: 9 additions & 6 deletions nut/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,23 @@ dependencies {


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

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

implementation "com.squareup.retrofit2:converter-gson:2.7.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.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"
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
// (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version)
implementation 'io.reactivex.rxjava3:rxjava:3.0.0'

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

0 comments on commit df69752

Please sign in to comment.