Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
perf: 更新了部分依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 committed Jul 16, 2020
1 parent f28707c commit 88ee873
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -13,4 +13,4 @@
## 说明
**本软件及源码仅供学习交流使用,严禁用于商业用途。**

本软件已停止更新
本软件已停止功能性更新
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit 88ee873

Please sign in to comment.