We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9018f21 commit 51f8995Copy full SHA for 51f8995
README.md
@@ -26,7 +26,7 @@ Add the below dependencies into your gradle file:
26
url "https://oss.sonatype.org/content/repositories/snapshots"
27
}
28
29
- compile ('com.github.worker8:tourguide:1.0.11-SNAPSHOT@aar'){
+ compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
30
transitive=true
31
32
# MinSDK Version
app/build.gradle
@@ -32,7 +32,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
33
34
compile project(':tourguide')
35
-// compile ('com.github.worker8:tourguide:1.0.11-SNAPSHOT@aar'){
+// compile ('com.github.worker8:tourguide:1.0.12-SNAPSHOT@aar'){
36
// transitive=true
37
// }
38
0 commit comments