We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429f82b + 7acd779 commit c985435Copy full SHA for c985435
3 files changed
.gitignore
@@ -16,3 +16,5 @@ gradle/
16
17
# thumbnails
18
.DS_STORE
19
+
20
+classes/
README.md
@@ -13,7 +13,7 @@ Quick Start
13
14
```java
15
dependencies {
- compile 'com.beardedhen:androidbootstrap:2.0.0'
+ compile 'com.beardedhen:androidbootstrap:2.0.1'
}
```
gradle.properties
@@ -1,5 +1,5 @@
1
-VERSION_NAME=2.0.0
2
-VERSION_CODE=200
+VERSION_NAME=2.0.1
+VERSION_CODE=201
3
GROUP=com.beardedhen
4
5
POM_DESCRIPTION=Bootstrap style widgets for Android, with Glyph Icons
0 commit comments