Skip to content

Commit 1ea4514

Browse files
incremented version
1 parent e226043 commit 1ea4514

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

AndroidBootstrapTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="19" />
9+
android:targetSdkVersion="21" />
1010

1111
<application
1212
android:allowBackup="true"

AndroidBootstrapTest/src/com/beardedhen/androidbootstraptest/MainActivity.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ public void onTextChanged(CharSequence s, int start, int before, int count){
4848
txtOne.setSuccess();
4949
}
5050
}
51-
});
52-
51+
});
5352

5453
final BootstrapButton button1 = (BootstrapButton)findViewById(R.id.btnOne);
5554
final BootstrapButton button2 = (BootstrapButton)findViewById(R.id.btnTwo);
5655
final BootstrapButton button3 = (BootstrapButton)findViewById(R.id.btnThree);
5756
final BootstrapButton buttonBig = (BootstrapButton)findViewById(R.id.btnBig);
5857

59-
6058
button1.setOnClickListener(new View.OnClickListener() {
6159
@Override
6260
public void onClick(View v) {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.0
2-
VERSION_CODE=100
1+
VERSION_NAME=1.0.1
2+
VERSION_CODE=101
33
GROUP=com.beardedhen
44

55
POM_DESCRIPTION=Bootstrap style buttons with Font Awesome

0 commit comments

Comments
 (0)