提交 41d32a05 编写于 作者: B Blankj

see 06/03 log

上级 08ddfce5
......@@ -41,7 +41,7 @@
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.23.7-brightgreen.svg
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.0-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.23.7-brightgreen.svg
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.0-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -36,7 +36,7 @@ gradle.ext {
subutil_lib : new DepConfig(":subutil:lib"),
subutil_pkg : new DepConfig(":subutil:pkg"),
utilcode_app : new DepConfig(":utilcode:app"),
utilcode_lib : new DepConfig(true, ":utilcode:lib", "com.blankj:utilcode:$versionName"),
utilcode_lib : new DepConfig(false, ":utilcode:lib", "com.blankj:utilcode:$versionName"),
utilcode_pkg : new DepConfig(":utilcode:pkg"),
support_appcompat_v7 : new DepConfig("com.android.support:appcompat-v7:$support_version"),
......
......@@ -15,5 +15,4 @@ dependencies {
api gradle.ext.dep.free_proguard
api gradle.ext.dep.swipe_panel
compileOnly gradle.ext.dep.leakcanary_android_no_op
// api 'com.blankj:utilcode:1.23.7'
}
\ No newline at end of file
......@@ -23,5 +23,5 @@ dependencies {
testImplementation gradle.ext.dep.junit
testImplementation gradle.ext.dep.robolectric
testImplementation project(":utilcode:lib")
testImplementation gradle.ext.dep.utilcode_lib
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.23.7'
implementation 'com.blankj:utilcode:1.24.0'
```
......
......@@ -2,7 +2,7 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.23.7'
implementation 'com.blankj:utilcode:1.24.0'
```
......@@ -20,6 +20,7 @@ startHomeActivity
getActivityList
getLauncherActivity
getTopActivity
isActivityAlive
isActivityExistsInStack
finishActivity
finishToActivity
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册