diff --git a/app/build.gradle b/app/build.gradle index a634ed7b..6b163ec1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 28 - versionCode 74 - versionName "2.8.5" + versionCode 75 + versionName "2.8.6" } buildTypes { @@ -43,7 +43,7 @@ android { dependencies { api project(':CommonUtils') api 'me.zhanghai.android.materialratingbar:library:1.3.1' - api 'com.squareup.okhttp3:okhttp:3.12.0' + api 'com.squareup.okhttp3:okhttp:3.12.1' api 'com.github.paolorotolo:appintro:v5.1.0' api 'com.github.bumptech.glide:glide:4.8.0' api 'com.github.bumptech.glide:okhttp3-integration:4.8.0'