Skip to content

Commit c4ee465

Browse files
committed
1、包名修改为 me.logg
2、修复 Android Studio 3.1.0 的 Logcat 显示问题 3、优化数组、集合显示格式 4、优化 Json 显示格式
1 parent de6ef87 commit c4ee465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies {
2828
compile fileTree(dir: 'libs', include: ['*.jar'])
2929

3030
compile 'com.android.support:appcompat-v7:25.4.0'
31-
// compile 'com.logg:Logg:1.5.2'
31+
// 'me.tool:Logg:1.6.0'
3232
compile project(':Log')
3333
}

0 commit comments

Comments
 (0)