Skip to content

Commit

Permalink
1.更新 API 文档, 并发布 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ttt committed Dec 25, 2018
1 parent 3249ddb commit 5ae3c4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions DevLibUtils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,13 @@ DevUtils.openDebug();
| isWifiAvailable | 判断wifi数据是否可用 |
| getNetworkOperatorName | 获取网络运营商名称 - 中国移动、如中国联通、中国电信 |
| getNetworkType | 获取当前网络类型 |
| getBroadcastIpAddress | 获取广播 ip 地址 |
| getDomainAddress | 获取域名ip地址 |
| getIPAddress | 获取IP地址 |
| getIpAddressByWifi | 根据 WiFi 获取网络 IP 地址 |
| getGatewayByWifi | 根据 WiFi 获取网关 IP 地址 |
| getNetMaskByWifi | 根据 WiFi 获取子网掩码 IP 地址 |
| getServerAddressByWifi | 根据 WiFi 获取服务端 IP 地址 |


* **通知栏管理类 ->** [NotificationUtils.java](https://github.com/afkT/DevUtils/blob/master/DevLibUtils/src/main/java/dev/utils/app/NotificationUtils.java)
Expand Down
2 changes: 1 addition & 1 deletion DevLibUtils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

def dev_utils_version = "1.2.1";
def dev_utils_version = "1.2.2";

android {
compileSdkVersion 28
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[![Cocoapods](https://img.shields.io/badge/GitHub-afkT-blue.svg)](https://github.com/afkT)
[![GitHub license](https://img.shields.io/github/license/afkT/DevUtils.svg)](https://github.com/afkT/DevUtils/blob/master/LICENSE)
[![Cocoapods](https://img.shields.io/badge/DevUtils-1.2.1-brightgreen.svg)](https://github.com/afkT/DevUtils)
[![Cocoapods](https://img.shields.io/badge/DevUtils-1.2.2-brightgreen.svg)](https://github.com/afkT/DevUtils)
[![](https://jitpack.io/v/afkT/DevUtils.svg)](https://jitpack.io/#afkT/DevUtils)
[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Cocoapods](https://img.shields.io/badge/utils-100+-ff69b4.svg)](https://github.com/afkT/DevUtils/blob/master/DevLibUtils/README.md)
Expand All @@ -26,7 +26,7 @@ Step 2. Add the dependency
```
dependencies {
// 因为内含 res 文件, 使用 aar 方式调用
implementation 'com.github.afkT:DevUtils:1.2.1@aar'
implementation 'com.github.afkT:DevUtils:1.2.2@aar'
}
```

Expand Down

0 comments on commit 5ae3c4c

Please sign in to comment.