提交 4bc50272 编写于 作者: Z ZhaoKaiQiang

更新版本

上级 aacfb4f9
......@@ -16,6 +16,11 @@ Android LogCat 工具类,支持行号、所在函数、点击自动跳转、Js
- Print log info with line number and method name
- Jump to the position where the log is invoked, by click in the Android Studio Logcat
##Update
- Add support for Long JSON String
- KLog.file() could save the log to file
##Sample Usage
![](https://github.com/ZhaoKaiQiang/KLog/blob/master/image/demo.gif)
......@@ -60,7 +65,7 @@ you can save the log string in to file !
```
dependencies {
compile 'com.github.zhaokaiqiang.klog:library:0.1.0'
compile 'com.github.zhaokaiqiang.klog:library:0.2.0'
}
```
......
......@@ -71,6 +71,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.github.zhaokaiqiang.klog/library/0.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
......@@ -83,9 +84,9 @@
</content>
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="library-0.2.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.1.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.1.0" level="project" />
<orderEntry type="library" exported="" name="support-v4-23.1.0" level="project" />
<orderEntry type="module" module-name="library" exported="" />
</component>
</module>
\ No newline at end of file
......@@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.1.0'
// compile 'com.github.zhaokaiqiang.klog:library:0.1.0'
compile project(':library')
compile 'com.github.zhaokaiqiang.klog:library:0.2.0'
// compile project(':library')
}
......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "0.1.1"
version = "0.2.0"
android {
compileSdkVersion 23
......
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":library" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.zhaokaiqiang.klog" external.system.module.version="0.1.1" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":library" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.zhaokaiqiang.klog" external.system.module.version="0.2.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册