From 88ee873e12f20af2157205288b3d57ecb1f4eb5e Mon Sep 17 00:00:00 2001 From: HuanChengFly <609486518@qq.com> Date: Thu, 16 Jul 2020 16:35:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- app/build.gradle | 10 +++++----- build.gradle | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 26bca16c..625db636 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CircleCI - Status + Status

@@ -13,4 +13,4 @@ ## 说明 **本软件及源码仅供学习交流使用,严禁用于商业用途。** -本软件已停止更新。 \ No newline at end of file +本软件已停止功能性更新。 \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index d060fef3..71eff671 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,12 +107,12 @@ dependencies { //兼容 Glide implementation 'com.android.support:support-annotations:28.0.0' - annotationProcessor "com.android.support:support-annotations:28.0.0" + kapt "com.android.support:support-annotations:28.0.0" //AndroidX implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - implementation 'androidx.preference:preference:1.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8' + implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.browser:browser:1.2.0' @@ -125,10 +125,10 @@ dependencies { //Glide implementation 'com.github.bumptech.glide:glide:4.11.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' + kapt 'com.github.bumptech.glide:compiler:4.11.0' implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0' - implementation 'com.google.android.material:material:1.2.0-alpha05' + implementation 'com.google.android.material:material:1.2.0-beta01' implementation 'com.squareup.okhttp3:okhttp:4.5.0' implementation 'com.squareup.retrofit2:retrofit:2.8.1' diff --git a/build.gradle b/build.gradle index 29e0bbb5..ce418d29 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.71' + ext.kotlin_version = '1.3.72' repositories { maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' }