Skip to content

Commit af3f91b

Browse files
committed
Add version back into compile notes
Just updating the compile line. It read: 'com.yalantis:starwarstiles:x.y.z' Updated it to the current version: 'com.yalantis:starwarstiles:0.1.1'
1 parent ca48a31 commit af3f91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add to your module's build.gradle:
2323
```Groovy
2424
dependencies {
2525
//...
26-
compile 'com.yalantis:starwarstiles:x.y.z'
26+
compile 'com.yalantis:starwarstiles:0.1.1'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)