perf: 更新了部分依赖

This commit is contained in:
HuanChengFly 2020-07-16 16:35:41 +08:00
parent f28707c156
commit 88ee873e12
3 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<img alt="CircleCI" src="https://circleci.com/gh/HuanCheng65/TiebaLite.svg?style=svg">
</a>
<a href="#">
<img alt="Status" src="https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E5%B7%B2%E5%81%9C%E6%9B%B4-red?style=flat-square&labelColor=red&color=red">
<img alt="Status" src="https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E4%BB%85%E4%BF%AE%E5%A4%8DBug-yellow?style=flat-square&labelColor=yellow&color=yellow">
</a>
</p>
@ -13,4 +13,4 @@
## 说明
**本软件及源码仅供学习交流使用,严禁用于商业用途。**
本软件已停止更新。
本软件已停止功能性更新。

View File

@ -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'

View File

@ -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' }