Skip to content

Commit

Permalink
1、包名修改为 me.logg
Browse files Browse the repository at this point in the history
2、修复 Android Studio 3.1.0 的 Logcat 显示问题
3、优化数组、集合显示格式
4、优化 Json 显示格式
  • Loading branch information
RockyQu committed Apr 24, 2018
1 parent de6ef87 commit c4ee465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

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

0 comments on commit c4ee465

Please # to comment.