Skip to content

Commit b7407c6

Browse files
committed
[CHORE] Upgrade version numbers
1 parent 9c2bdbb commit b7407c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the below dependencies into your gradle file:
2626
url "https://oss.sonatype.org/content/repositories/snapshots"
2727
}
2828
}
29-
compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
29+
compile ('com.github.worker8:tourguide:1.0.13-SNAPSHOT@aar'){
3030
transitive=true
3131
}
3232
# MinSDK Version

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compile 'com.android.support:appcompat-v7:21.0.3'
3737

3838
compile project(':tourguide')
39-
// compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
39+
// compile ('com.github.worker8:tourguide:1.0.13-SNAPSHOT@aar'){
4040
// transitive=true
4141
// }
4242

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.12-SNAPSHOT
2-
VERSION_CODE=13
1+
VERSION_NAME=1.0.13-SNAPSHOT
2+
VERSION_CODE=14
33
GROUP=com.github.worker8
44

55
POM_DESCRIPTION=A library to teach and guide users on how to use the app.
@@ -14,4 +14,4 @@ POM_DEVELOPER_ID=worker8
1414
POM_DEVELOPER_NAME=Jun Rong
1515

1616
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
17-
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
17+
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2

0 commit comments

Comments
 (0)