We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748209e commit d08d702Copy full SHA for d08d702
README.md
@@ -30,7 +30,7 @@ Add the dependency in the form:
30
31
```groovy
32
dependencies {
33
- compile 'com.github.thiagokimo:KonamiCode:1.1.4'
+ compile 'com.github.thiagokimo:KonamiCode:1.1.5'
34
}
35
```
36
@@ -50,7 +50,7 @@ And them this into your dependencies
50
<dependency>
51
<groupId>com.github.thiagokimo</groupId>
52
<artifactId>KonamiCode</artifactId>
53
- <version>1.1.4</version>
+ <version>1.1.5</version>
54
</dependency>
55
56
##How to use
0 commit comments