File tree Expand file tree Collapse file tree 8 files changed +10
-16
lines changed Expand file tree Collapse file tree 8 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.19.3 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.19.4 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.19.3 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.19.4 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change 6
6
compileSdkVersion : 27 ,
7
7
minSdkVersion : 14 ,
8
8
targetSdkVersion : 27 ,
9
- versionCode : 1_019_003 ,
10
- versionName : ' 1.19.3 ' // E.g. 1.9.72 => 1,009,072
9
+ versionCode : 1_019_004 ,
10
+ versionName : ' 1.19.4 ' // E.g. 1.9.72 => 1,009,072
11
11
]
12
12
13
13
versionConfig = [
@@ -169,7 +169,7 @@ def configAppDependencies(Project pro) {
169
169
// LeakCanary
170
170
debugImplementation depConfig. leakcanary. android
171
171
releaseImplementation depConfig. leakcanary. android_no_op
172
- // implementation 'com.blankj:utilcode:1.19.3 '
172
+ // implementation 'com.blankj:utilcode:1.19.4 '
173
173
}
174
174
}
175
175
Original file line number Diff line number Diff line change
1
+ * 18/08/30 修复 PermissionUtils$PermissionActivity 的 window 背景为黑色的问题,发布 1.19.4
1
2
* 18/08/28 新增 RegexUtils#isIDCard18Exact
2
3
* 18/08/26 新增 AppUtils#getAppSignatureSHA256 和 AppUtils#getAppSignatureMD5,发布 1.19.3
3
4
* 18/08/24 新增 ScreenUtils#restoreAdaptScreen,利用 FileProvider4UtilCode 不再需要初始化,发布 1.19.2
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.19.3 '
5
+ implementation 'com.blankj:utilcode:1.19.4 '
6
6
```
7
7
8
8
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.19.3 '
5
+ implementation 'com.blankj:utilcode:1.19.4 '
6
6
```
7
7
8
8
Original file line number Diff line number Diff line change 18
18
19
19
#-keep class com.blankj.utilcode.** { *; }
20
20
#-keepclassmembers class com.blankj.utilcode.** { *; }
21
- #-dontwarn com.blankj.utilcode.**
22
-
23
- # @Keep
24
- -keep,allowobfuscation @interface android.support.annotation.Keep
25
- -keep @android.support.annotation.Keep class *
26
- -keepclassmembers class * {
27
- @android.support.annotation.Keep *;
28
- }
21
+ -dontwarn com.blankj.utilcode.**
Original file line number Diff line number Diff line change 8
8
<item name =" android:windowNoTitle" >true</item >
9
9
<item name =" android:statusBarColor" >@android:color/transparent</item >
10
10
<item name =" android:backgroundDimEnabled" >false</item >
11
- <item name =" android:windowBackground" >@null </item >
11
+ <item name =" android:windowBackground" >@android:color/transparent </item >
12
12
<item name =" android:windowContentOverlay" >@null</item >
13
13
<item name =" android:windowIsTranslucent" >true</item >
14
14
<item name =" android:windowAnimationStyle" >@null</item >
You can’t perform that action at this time.
0 commit comments