File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ before_install:
12
12
- tar xzf android-sdk_r23-linux.tgz
13
13
- export ANDROID_HOME=$PWD/android-sdk-linux
14
14
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
15
+ - chmod +x gradlew
15
16
16
17
# Gradle
17
18
- wget http://services.gradle.org/distributions/gradle-1.12-bin.zip
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Also you can contribute new idea to me.
29
29
#### Gradle
30
30
``` groovy
31
31
dependencies {
32
- compile 'me.gujun.android.taggroup:library:1.0 @aar'
32
+ compile 'me.gujun.android.taggroup:library:1.1 @aar'
33
33
}
34
34
```
35
35
@@ -38,7 +38,7 @@ dependencies {
38
38
<dependency >
39
39
<groupId >me.gujun.android.taggroup</groupId >
40
40
<artifactId >library</artifactId >
41
- <version >1.0 </version >
41
+ <version >1.1 </version >
42
42
<type >apklib</type >
43
43
</dependency >
44
44
```
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =1.0
21
- VERSION_CODE =1
20
+ VERSION_NAME =1.1
21
+ VERSION_CODE =2
22
22
GROUP =me.gujun.android.taggroup
23
23
24
24
POM_DESCRIPTION =Android Library to display a set of tags
You can’t perform that action at this time.
0 commit comments