Explorar o código

feat: 日志可调试

DoggyZhang hai 2 meses
pai
achega
f77feedda4

+ 1 - 1
frame/log/build.gradle

@@ -7,7 +7,7 @@ plugins {
 ext {
     GROUP_ID = 'com.wenext.android'
     ARTIFACT_ID = 'frame-log'
-    VERSION = '6.0.3'
+    VERSION = '6.0.4-alpha-1'
 }
 
 apply from: "../../publish.gradle"

+ 1 - 1
frame/log/src/main/java/com/adealink/frame/log/Log.java

@@ -85,7 +85,7 @@ public class Log {
 
     }
 
-    private static LogImp debugLog = new LogImp() {
+    public static LogImp debugLog = new LogImp() {
         private Handler handler = new Handler(Looper.getMainLooper());
 
         @Override