Skip to content

Commit cba146b

Browse files
author
Ttt
committed
1.更新 API 文档, 发布 1.3.0
Former-commit-id: 654563a
1 parent 8a1d929 commit cba146b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22838cd354e48fd77112735aaa8d8d25139c9a8e
1+
a20810c3980f1016a72a4d6cef3b2df0d5e01689

DevLibUtils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def dev_utils_version = "1.2.9";
3+
def dev_utils_version = "1.3.0";
44

55
android {
66
compileSdkVersion 28
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 28
12-
versionCode 1
12+
versionCode 130
1313
versionName dev_utils_version
1414

1515
/**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

0 commit comments

Comments
 (0)