Skip to content

Commit 333b916

Browse files
author
Ttt
committed
1.修改新的 ToastUtils 增加部分配置方法, 以及 Hook 解决 Android 7.1.1 崩溃问题
2.更新 API 文档, 并发布 1.2.3 Former-commit-id: 8db455e
1 parent 5e8300c commit 333b916

File tree

5 files changed

+379
-355
lines changed

5 files changed

+379
-355
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ac271393b16fd6ce55ac6c58ad57fd7ccd8720e9
1+
eb74e1dcf553bb56fd891010186323c8caabd385

DevLibUtils/build.gradle

Lines changed: 1 addition & 1 deletion
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.2";
3+
def dev_utils_version = "1.2.3";
44

55
android {
66
compileSdkVersion 28

DevLibUtils/src/main/java/dev/utils/app/cache/DevCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private DevCache() {
7373
private static File ctxCacheDir = null;
7474

7575
/**
76-
* 内部处理防止 Context 为null奔溃问题
76+
* 内部处理防止 Context 为 null 崩溃问题
7777
* @return {@link Context}
7878
*/
7979
private static Context getContext(Context context){

0 commit comments

Comments
 (0)