File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 22838cd354e48fd77112735aaa8d8d25139c9a8e
1+ a20810c3980f1016a72a4d6cef3b2df0d5e01689
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3- def dev_utils_version = " 1.2.9 " ;
3+ def dev_utils_version = " 1.3.0 " ;
44
55android {
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 /**
Original file line number Diff line number Diff line change 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```
2727dependencies {
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
You can’t perform that action at this time.
0 commit comments