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 69b7410 commit b142de5Copy full SHA for b142de5
README.md
@@ -19,23 +19,23 @@ Screenshots
19
Download
20
--------
21
22
-Download the project, compile it using ``mvn clean install`` import ``buttonmenu-1.0.7.jar`` into your project.
+Download the project, compile it using ``mvn clean install`` import ``buttonmenu-1.0.8.jar`` into your project.
23
24
Or declare it into your pom.xml
25
26
```xml
27
<dependency>
28
<groupId>com.tuenti.buttonmenu</groupId>
29
<artifactId>library</artifactId>
30
- <version>1.0.7</version>
+ <version>1.0.8</version>
31
</dependency>
32
```
33
34
35
Or into your build.gradle
36
```groovy
37
dependencies{
38
- compile 'com.tuenti.buttonmenu:library:1.0.7'
+ compile 'com.tuenti.buttonmenu:library:1.0.8'
39
}
40
41
0 commit comments