Skip to content

Commit

Permalink
[CHORE] Upgrade version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
worker8 committed Aug 7, 2015
1 parent 9c2bdbb commit b7407c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the below dependencies into your gradle file:
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
compile ('com.github.worker8:tourguide:1.0.13-SNAPSHOT@aar'){
transitive=true
}
# MinSDK Version
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'

compile project(':tourguide')
// compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
// compile ('com.github.worker8:tourguide:1.0.13-SNAPSHOT@aar'){
// transitive=true
// }

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.12-SNAPSHOT
VERSION_CODE=13
VERSION_NAME=1.0.13-SNAPSHOT
VERSION_CODE=14
GROUP=com.github.worker8

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

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

0 comments on commit b7407c6

Please sign in to comment.