Skip to content

Commit 41d32a0

Browse files
committed
see 06/03 log
1 parent 08ddfce commit 41d32a0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

44-
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.23.7-brightgreen.svg
44+
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.0-brightgreen.svg
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

44-
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.23.7-brightgreen.svg
44+
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.0-brightgreen.svg
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

gradle/config/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gradle.ext {
3636
subutil_lib : new DepConfig(":subutil:lib"),
3737
subutil_pkg : new DepConfig(":subutil:pkg"),
3838
utilcode_app : new DepConfig(":utilcode:app"),
39-
utilcode_lib : new DepConfig(true, ":utilcode:lib", "com.blankj:utilcode:$versionName"),
39+
utilcode_lib : new DepConfig(false, ":utilcode:lib", "com.blankj:utilcode:$versionName"),
4040
utilcode_pkg : new DepConfig(":utilcode:pkg"),
4141

4242
support_appcompat_v7 : new DepConfig("com.android.support:appcompat-v7:$support_version"),

lib/base/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ dependencies {
1515
api gradle.ext.dep.free_proguard
1616
api gradle.ext.dep.swipe_panel
1717
compileOnly gradle.ext.dep.leakcanary_android_no_op
18-
// api 'com.blankj:utilcode:1.23.7'
1918
}

subutil/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323

2424
testImplementation gradle.ext.dep.junit
2525
testImplementation gradle.ext.dep.robolectric
26-
testImplementation project(":utilcode:lib")
26+
testImplementation gradle.ext.dep.utilcode_lib
2727
}

utilcode/README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gradle:
44
```groovy
5-
implementation 'com.blankj:utilcode:1.23.7'
5+
implementation 'com.blankj:utilcode:1.24.0'
66
```
77

88

utilcode/README.md

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

33
Gradle:
44
```groovy
5-
implementation 'com.blankj:utilcode:1.23.7'
5+
implementation 'com.blankj:utilcode:1.24.0'
66
```
77

88

@@ -20,6 +20,7 @@ startHomeActivity
2020
getActivityList
2121
getLauncherActivity
2222
getTopActivity
23+
isActivityAlive
2324
isActivityExistsInStack
2425
finishActivity
2526
finishToActivity

0 commit comments

Comments
 (0)