Skip to content

Commit e9a4cbc

Browse files
committed
1.1 release
1 parent df63bcf commit e9a4cbc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
- tar xzf android-sdk_r23-linux.tgz
1313
- export ANDROID_HOME=$PWD/android-sdk-linux
1414
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
15+
- chmod +x gradlew
1516

1617
# Gradle
1718
- wget http://services.gradle.org/distributions/gradle-1.12-bin.zip

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Also you can contribute new idea to me.
2929
#### Gradle
3030
```groovy
3131
dependencies {
32-
compile 'me.gujun.android.taggroup:library:1.0@aar'
32+
compile 'me.gujun.android.taggroup:library:1.1@aar'
3333
}
3434
```
3535

@@ -38,7 +38,7 @@ dependencies {
3838
<dependency>
3939
<groupId>me.gujun.android.taggroup</groupId>
4040
<artifactId>library</artifactId>
41-
<version>1.0</version>
41+
<version>1.1</version>
4242
<type>apklib</type>
4343
</dependency>
4444
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.0
21-
VERSION_CODE=1
20+
VERSION_NAME=1.1
21+
VERSION_CODE=2
2222
GROUP=me.gujun.android.taggroup
2323

2424
POM_DESCRIPTION=Android Library to display a set of tags

0 commit comments

Comments
 (0)