Skip to content

Commit

Permalink
修复日志框架引起的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
juyao committed Nov 5, 2018
1 parent 4acfda9 commit 3b1aec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jmvp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ dependencies {
compile 'com.android.support:recyclerview-v7:28.0.0'
compile 'com.android.support:support-v4:28.0.0'
compile 'com.android.support:design:28.0.0'
//Klog
compile 'com.github.zhaokaiqiang.klog:library:1.6.0'
}
repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion jmvp/src/main/java/com/juyao/jmvp/utils/DateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@



import com.juyao.jmvp.klog.KLog;

import com.socks.library.KLog;

import java.text.DateFormat;
import java.text.DecimalFormat;
Expand Down

0 comments on commit 3b1aec6

Please sign in to comment.