From 70b6eae62d24e452876c12ee77328d8fd4ac912f Mon Sep 17 00:00:00 2001 From: ALECKLQ <29949821@qq.com> Date: Mon, 13 Apr 2020 17:10:13 +0800 Subject: [PATCH] fix request external storage permission error on android Q fix okhttp ssl factory error on android q --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 467c181..888a153 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ allprojects { ``` #### appcompat ``` - implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.3.1_appcompat' + implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.2_appcompat' ``` #### jitpack && androiud x ``` dependencies { - implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.3' + implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.4' } ```