Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/themores/AntCaves
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuan committed Mar 15, 2017
2 parents 22ba56e + 7cb8b65 commit 482d3ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AntCaves
Android Router 框架,取名为AntCaves,中文名”蚁穴“。
[![](https://jitpack.io/v/themores/AntCaves.svg)](https://jitpack.io/#themores/AntCaves)

Android Router 框架,取名为AntCaves,中文名”蚁穴“。

<img src="https://github.com/themores/AntCaves/raw/master/img/IMG_3063(20170311-183321).jpg" width = "360" height = "480" align=center />
####关于名字的一个故事
Expand Down Expand Up @@ -182,6 +183,12 @@ public class App extends Application {
<pre>
@Router(module = "demo", path = "activity/demo")
</pre>
####混淆配置
<pre>
-dontwarn com.google.**
-dontwarn com.squareup.**
-dontwarn com.antcaves.**
</pre>
####迭代优化
1.暂时不支持跨进程
2.日志打印优化
Expand Down

0 comments on commit 482d3ef

Please sign in to comment.