Skip to content

Commit c9b3724

Browse files
committed
release 1.1.3
1 parent 4bf3176 commit c9b3724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ copy source code or using maven plugin for Eclipse.
2020
- Place code in your `build.gradle`
2121
```
2222
dependencies {
23-
compile 'com.moxun:tagcloudlib:1.1.2'
23+
compile 'com.moxun:tagcloudlib:1.1.3'
2424
}
2525
```
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
- 在布局文件中引入

tagcloudlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.1.2"
5+
version = "1.1.3"
66
android {
77
compileSdkVersion 23
88
buildToolsVersion "23.0.1"

0 commit comments

Comments
 (0)