Skip to content

Commit 51f8995

Browse files
committed
[CHORE] upgrade versions
1 parent 9018f21 commit 51f8995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.11-SNAPSHOT@aar'){
29+
compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
3030
transitive=true
3131
}
3232
# MinSDK Version

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
compile 'com.android.support:appcompat-v7:21.0.3'
3333

3434
compile project(':tourguide')
35-
// compile ('com.github.worker8:tourguide:1.0.11-SNAPSHOT@aar'){
35+
// compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
3636
// transitive=true
3737
// }
3838

0 commit comments

Comments
 (0)