|
|
@@ -6,13 +6,13 @@
|
|
|
~~~
|
|
|
repositories {
|
|
|
maven {
|
|
|
- url "http://maven.benyanyi.com:8081/nexus/content/repositories/mylove/"
|
|
|
+ url "http://maven.keleyanyi.com/repository/benyanyi/"
|
|
|
}
|
|
|
}
|
|
|
~~~
|
|
|
### module 下添加
|
|
|
~~~
|
|
|
-implementation 'com.yanyi.benyanyi:Logger:1.0.4'
|
|
|
+implementation 'com.yanyi.benyanyi:Logger:1.0.5'
|
|
|
~~~
|
|
|
|
|
|
或者
|
|
|
@@ -20,15 +20,16 @@ implementation 'com.yanyi.benyanyi:Logger:1.0.4'
|
|
|
<dependency>
|
|
|
<groupId>com.yanyi.benyanyi</groupId>
|
|
|
<artifactId>Logger</artifactId>
|
|
|
- <version>1.0.4</version>
|
|
|
+ <version>1.0.5</version>
|
|
|
<type>aar</type>
|
|
|
</dependency>
|
|
|
~~~
|
|
|
### 参数介绍
|
|
|
* JLog.init(boolean) 设置是否打印,默认debug版本apk打印,release版本apk不打印
|
|
|
* JLog.fileType(FileType) 设置打印方式,默认FileType为FileType.JAVA,说明为java类打印
|
|
|
-
|
|
|
+
|
|
|
## 更新
|
|
|
+* 2021-08-27 更新1.0.5,升级gradle版本,修改maven地址
|
|
|
* 2020-05-18 更新1.0.4,修复kotlin调用打印方法只填msg时报错问题,将android support转成androidx支持,并将Maven库存放到个人服务器上
|
|
|
* 2019-07-01 更新1.0.3,判断代码类型,添加kotlin类打印方式
|
|
|
* 2019-06-13 更新1.0.2,优化代码,修改包名,统一开源库包名
|