1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

upgrade OkHttp to newest bugfix release

This commit is contained in:
Christophe Beyls 2019-09-05 13:43:33 +02:00
parent 36b0755029
commit 9cb9612ea7

View file

@ -46,6 +46,6 @@ dependencies {
implementation 'androidx.paging:paging-runtime:2.1.0'
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation 'com.squareup.okhttp3:okhttp:3.12.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
}