Skip to content

Commit 0b83fb3

Browse files
committed
create 2.2.0 release
1 parent 25d7f1c commit 0b83fb3

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapAlert.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
import java.util.concurrent.atomic.AtomicInteger;
2626

2727
/**
28-
* See <a href="http://getbootstrap.com/components/#badges>http://getbootstrap.com/components/#alerts</a>
28+
* See
29+
* <a href="http://getbootstrap.com/components/#badges">http://getbootstrap.com/components/#alerts</a>
2930
*/
3031
@BetaApi
3132
public class BootstrapAlert extends RelativeLayout implements Animation.AnimationListener {

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapBadge.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
import com.beardedhen.androidbootstrap.utils.ViewUtils;
1818

1919
/**
20-
* See <a href="http://getbootstrap.com/components/#badges>http://getbootstrap.com/components/#badges</a>
20+
* See
21+
*
22+
* <a href="http://getbootstrap.com/components/#badges">http://getbootstrap.com/components/#badges</a>
2123
*/
2224
@BetaApi
2325
public class BootstrapBadge extends ImageView implements BootstrapSizeView, BootstrapBrandView,

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.1.0
2-
VERSION_CODE=210
1+
VERSION_NAME=2.2.0
2+
VERSION_CODE=220
33
GROUP=com.beardedhen
44

55
POM_DESCRIPTION=Bootstrap style widgets for Android, with Glyph Icons

0 commit comments

Comments
 (0)