perf: 更新了部分依赖
This commit is contained in:
parent
f28707c156
commit
88ee873e12
|
@ -4,7 +4,7 @@
|
||||||
<img alt="CircleCI" src="https://circleci.com/gh/HuanCheng65/TiebaLite.svg?style=svg">
|
<img alt="CircleCI" src="https://circleci.com/gh/HuanCheng65/TiebaLite.svg?style=svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="#">
|
<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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@
|
||||||
## 说明
|
## 说明
|
||||||
**本软件及源码仅供学习交流使用,严禁用于商业用途。**
|
**本软件及源码仅供学习交流使用,严禁用于商业用途。**
|
||||||
|
|
||||||
本软件已停止更新。
|
本软件已停止功能性更新。
|
|
@ -107,12 +107,12 @@ dependencies {
|
||||||
|
|
||||||
//兼容 Glide
|
//兼容 Glide
|
||||||
implementation 'com.android.support:support-annotations:28.0.0'
|
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
|
//AndroidX
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8'
|
||||||
implementation 'androidx.preference:preference:1.1.0'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||||
implementation 'androidx.browser:browser:1.2.0'
|
implementation 'androidx.browser:browser:1.2.0'
|
||||||
|
@ -125,10 +125,10 @@ dependencies {
|
||||||
|
|
||||||
//Glide
|
//Glide
|
||||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
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.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.okhttp3:okhttp:4.5.0'
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.8.1'
|
implementation 'com.squareup.retrofit2:retrofit:2.8.1'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.3.71'
|
ext.kotlin_version = '1.3.72'
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/jcenter' }
|
maven { url 'https://maven.aliyun.com/repository/jcenter' }
|
||||||
|
|
Loading…
Reference in New Issue