Skip to content

Commit

Permalink
use implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Tonello committed Jan 27, 2019
1 parent 1dc54a7 commit accf8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext {
retrofit : 'com.squareup.retrofit2:retrofit:2.5.0',
retrofitMock : 'com.squareup.retrofit2:retrofit-mock:2.5.0',
retrofitGsonConverter : 'com.squareup.retrofit2:converter-gson:2.5.0',
gson : 'com.google.code.gson:gson:2.7',
gson : 'com.google.code.gson:gson:2.8.5',
okHttp : 'com.squareup.okhttp3:okhttp:3.12.0',
okHttpInterceptor : 'com.squareup.okhttp3:logging-interceptor:3.12.0',
design : 'com.android.support:design:27.1.1',
Expand Down
4 changes: 2 additions & 2 deletions twitter-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
api "com.squareup.retrofit2:retrofit:2.5.0"
api "com.squareup.retrofit2:converter-gson:2.5.0"
implementation "com.squareup.retrofit2:retrofit:2.5.0"
implementation "com.squareup.retrofit2:converter-gson:2.5.0"

}

0 comments on commit accf8be

Please sign in to comment.