We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fac93b1 + 080b09d commit 80a4787Copy full SHA for 80a4787
README.md
@@ -21,8 +21,8 @@ allprojects {
21
</pre>
22
step2:在项目module中build.gradle 添加如下引用(如果是多module 的情况下,在不同的module下同样添加以下引入)
23
<pre>
24
- compile 'com.github.themores.AntCaves:antcaves:1.0.3'
25
- compile 'com.github.themores.AntCaves:annotation:1.0.3'
+ compile 'com.github.themores.AntCaves:antcaves:1.0.4'
+ compile 'com.github.themores.AntCaves:annotation:1.0.4'
26
27
####如何使用?
28
#####1.初始化
0 commit comments