Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
- Glide 3.8.0
- Gson 2.8.1
- OkHttp 3.8.1
- JSoup 1.10.3
  • Loading branch information
nickbutcher committed Jul 28, 2017
1 parent 4c1fd5a commit 7c3b8a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ dependencies {
implementation "com.android.support:design:${versions.supportLibrary}"
implementation "com.android.support:palette-v7:${versions.supportLibrary}"
implementation "com.android.support:recyclerview-v7:${versions.supportLibrary}"
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
implementation 'com.google.code.gson:gson:2.8.0'
implementation 'com.google.code.gson:gson:2.8.1'
implementation "com.jakewharton:butterknife:${versions.butterknife}"
annotationProcessor "com.jakewharton:butterknife-compiler:${versions.butterknife}"
implementation "com.squareup.retrofit2:retrofit:${versions.retrofit}"
implementation "com.squareup.retrofit2:converter-gson:${versions.retrofit}"
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
implementation 'org.jsoup:jsoup:1.10.1'
implementation 'com.squareup.okhttp3:okhttp:3.8.1'
implementation 'org.jsoup:jsoup:1.10.3'
implementation project(':bypass')
}

0 comments on commit 7c3b8a4

Please sign in to comment.