Commit 78bcb932 authored by Sajal Narang's avatar Sajal Narang

Update Okhttp version

parent 8e8a9389
...@@ -27,7 +27,7 @@ ext { ...@@ -27,7 +27,7 @@ ext {
playServicesVersion = '15.0.1' playServicesVersion = '15.0.1'
butterKnifeVersion = '8.8.1' butterKnifeVersion = '8.8.1'
retrofitVersion = '2.3.0' retrofitVersion = '2.3.0'
okhttpVersion = '3.10.0' okhttpVersion = '3.11.0'
picassoVersion = '2.71828' picassoVersion = '2.71828'
archRoomVersion = '1.1.1' archRoomVersion = '1.1.1'
circleImageViewVersion = '2.2.0' circleImageViewVersion = '2.2.0'
...@@ -40,7 +40,6 @@ dependencies { ...@@ -40,7 +40,6 @@ dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-annotations'
}) })
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
testImplementation "junit:junit:4.12" testImplementation "junit:junit:4.12"
implementation "com.android.support:design:${supportLibVersion}" implementation "com.android.support:design:${supportLibVersion}"
implementation "com.android.support:support-v4:${supportLibVersion}" implementation "com.android.support:support-v4:${supportLibVersion}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment