@@ -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"
@@ -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