Skip to content

Commit 3181a53

Browse files
author
Folusho Oladipo
authored
improved README.md
I added a better explanation on how to add TourGuide to an Android project.
1 parent fe729b5 commit 3181a53

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ The reason for having Overlay, Pointer and a Tooltip:
1818
![Demo](https://raw.githubusercontent.com/worker8/all_my_media_files/25b3208/device-2015-07-01-114155.gif)
1919

2020
# How to setup
21-
Add the below dependencies into your gradle file:
21+
Add the below dependencies into your app level build.gradle file:
2222

2323
```groovy
2424
repositories {
2525
mavenCentral()
26-
maven(){
26+
maven() {
2727
url "https://oss.sonatype.org/content/repositories/snapshots"
2828
}
2929
}
30-
compile ('com.github.worker8:tourguide:1.0.17-SNAPSHOT@aar'){
31-
transitive=true
30+
dependencies {
31+
...
32+
compile ('com.github.worker8:tourguide:1.0.17-SNAPSHOT@aar') {
33+
transitive=true
34+
}
3235
}
3336
```
3437

0 commit comments

Comments
 (0)