File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ copy source code or using maven plugin for Eclipse.
2020- Place code in your ` build.gradle `
2121```
2222dependencies {
23- compile 'com.moxun:tagcloudlib:1.1.2 '
23+ compile 'com.moxun:tagcloudlib:1.1.3 '
2424}
2525```
2626
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ copy代码,或使用ADT的maven插件
1919##### Android Studio / IDEA
2020- 在` build.gradle ` 中添加
2121```
22- compile 'com.moxun:tagcloudlib:1.1.2 '
22+ compile 'com.moxun:tagcloudlib:1.1.3 '
2323```
2424
2525- 在布局文件中引入
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 1.1.2 "
5+ version = " 1.1.3 "
66android {
77 compileSdkVersion 23
88 buildToolsVersion " 23.0.1"
You can’t perform that action at this time.
0 commit comments