From 7cb8b6577554a2c7fdb7abd4a1f7353b14a5c97e Mon Sep 17 00:00:00 2001 From: themores Date: Mon, 13 Mar 2017 20:47:19 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1cf71d..70a6c73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # AntCaves -Android Router 框架,取名为AntCaves,中文名”蚁穴“。 +[![](https://jitpack.io/v/themores/AntCaves.svg)](https://jitpack.io/#themores/AntCaves) +Android Router 框架,取名为AntCaves,中文名”蚁穴“。 ####关于名字的一个故事 @@ -182,6 +183,12 @@ public class App extends Application {
 @Router(module = "demo", path = "activity/demo")
 
+####混淆配置 +
+-dontwarn com.google.**
+-dontwarn com.squareup.**
+-dontwarn com.antcaves.**
+
####迭代优化 1.暂时不支持跨进程 2.日志打印优化