We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e084463 commit 3801e6cCopy full SHA for 3801e6c
README.md
@@ -3,7 +3,7 @@
3
4
# Android Studio 集成
5
```java
6
-compile 'com.yhw.loglib:loglib:1.0.0'
+compile 'com.yhw.loglib:loglib:1.0.1'
7
```
8
9
# 代码中使用
app/build.gradle
@@ -27,6 +27,6 @@ dependencies {
27
compile 'com.android.support:appcompat-v7:25.3.1'
28
compile 'com.android.support.constraint:constraint-layout:1.0.2'
29
testCompile 'junit:junit:4.12'
30
- compile project(':loglib')
31
-// compile 'com.yhw.loglib:loglib:1.0.0'
+// compile project(':loglib')
+ compile 'com.yhw.loglib:loglib:1.0.1'
32
}
0 commit comments