From 7eb756155b69856380985c4dfe9a9b4dce815aa4 Mon Sep 17 00:00:00 2001 From: jenly1314 Date: Thu, 27 Jun 2019 17:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81AndroidX=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 650 -> 650 bytes README.md | 11 +++++++++-- build.gradle | 10 ++-------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 5a39eeca4d4678c8f3c77befc97c87d3828f0911..3d9f0d7eed9ca12ed7efc27412ebe4d17608b93a 100644 GIT binary patch delta 35 tcmV+;0NnqI1&Rfbm;{&^ou;9j0TB4I9+4;P`Q&u(@guvuy delta 35 tcmV+;0NnqI1&Rfbm;@kDz1pFi0T3af+UUNp)IVR*JRXydR;!b&0p1ec5N`kg diff --git a/README.md b/README.md index 93501bc..29f8a23 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,16 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 ``` ### Gradle: ```gradle + + //----------AndroidX 版本 //app-updater - implementation 'com.king.app:app-updater:1.0.4' + implementation 'com.king.app:app-updater:1.0.4-androidx' + //app-dialog + implementation 'com.king.app:app-dialog:1.0.4-androidx' + //----------Android 版本 + //app-updater + implementation 'com.king.app:app-updater:1.0.4' //app-dialog implementation 'com.king.app:app-dialog:1.0.4' ``` @@ -132,7 +139,7 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 ## 版本记录 -#### v1.0.4:2019-6-4 +#### v1.0.4:2019-6-4 //支持AndroidX版本 * 支持添加请求头 #### v1.0.3:2019-5-9 diff --git a/build.gradle b/build.gradle index 97c430d..e25b4ee 100644 --- a/build.gradle +++ b/build.gradle @@ -4,10 +4,7 @@ buildscript { apply from: 'versions.gradle' addRepos(repositories) - repositories { - google() - jcenter() - } + dependencies { classpath 'com.android.tools.build:gradle:3.2.1' @@ -18,10 +15,7 @@ buildscript { } allprojects { - repositories { - google() - jcenter() - } + addRepos(repositories) } task clean(type: Delete) {