提交 3ff7852c 编写于 作者: B Blankj

see 04/01 log

上级 820ad842
......@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
......
......@@ -51,7 +51,7 @@
[frame]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/auc_frame_cn.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.26.0-brightgreen.svg
[aucSvg]: https://github.com/Blankj/AndroidUtilCode/workflows/Android%20CI/badge.svg?branch=master
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -51,7 +51,7 @@ If this project helps you a lot and you want to support the project's developmen
[frame]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/auc_frame.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.27.0-brightgreen.svg
[aucSvg]: https://github.com/Blankj/AndroidUtilCode/workflows/Android%20CI/badge.svg?branch=master
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -71,7 +71,7 @@ class Config {
free_proguard : new DepConfig("com.blankj:free-proguard:1.0.2"),
swipe_panel : new DepConfig("com.blankj:swipe-panel:1.2"),
gson : new DepConfig("com.google.code.gson:gson:2.8.6"),
gson : new DepConfig("com.google.code.gson:gson:2.8.5"),
glide : new DepConfig("com.github.bumptech.glide:glide:4.7.1"),
retrofit : new DepConfig("com.squareup.retrofit2:retrofit:2.4.0"),
commons_io : new DepConfig("commons-io:commons-io:2.6"),
......
......@@ -2,10 +2,10 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.26.0'
implementation 'com.blankj:utilcode:1.27.0'
// if u use AndroidX, use the following
implementation 'com.blankj:utilcodex:1.26.0'
implementation 'com.blankj:utilcodex:1.27.0'
```
......
......@@ -2,10 +2,10 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.26.0'
implementation 'com.blankj:utilcode:1.27.0'
// if u use AndroidX, use the following
implementation 'com.blankj:utilcodex:1.26.0'
implementation 'com.blankj:utilcodex:1.27.0'
```
......
......@@ -27,7 +27,7 @@ android {
}
dependencies {
compileOnly Config.depConfig.gson.dep
implementation Config.depConfig.gson.dep
compileOnly Config.depConfig.support_appcompat_v7.dep
compileOnly Config.depConfig.support_design.dep
......
......@@ -743,7 +743,6 @@ public final class NetworkUtils {
public void run() {
NetworkType networkType = NetworkUtils.getNetworkType();
if (mType == networkType) return;
LogUtils.e(networkType);
mType = networkType;
if (networkType == NetworkType.NETWORK_NO) {
for (OnNetworkStatusChangedListener listener : mListeners) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册