File tree Expand file tree Collapse file tree
src/main/java/com/beardedhen/androidbootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ android {
1414}
1515
1616dependencies {
17- compile ' com.android.support:support-annotations:23.1.1 '
18- compile ' com.android.support:support-v4:23.1.1 '
17+ compile ' com.android.support:support-annotations:23.2.0 '
18+ compile ' com.android.support:support-v4:23.2.0 '
1919}
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ private void initialise(AttributeSet attrs) {
3838
3939 try {
4040 int sizeOrdinal = a .getInt (R .styleable .BootstrapButton_bootstrapSize , -1 );
41-
4241 bootstrapSize = DefaultBootstrapSize .fromAttributeValue (sizeOrdinal ).scaleFactor ();
4342 }
4443 finally {
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.0.1
2- VERSION_CODE =201
1+ VERSION_NAME =2.1.0
2+ VERSION_CODE =210
33GROUP =com.beardedhen
44
55POM_DESCRIPTION =Bootstrap style widgets for Android, with Glyph Icons
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.fractalwrench.androidbootstrap.sample"
99 minSdkVersion 11
1010 targetSdkVersion 23
11- versionCode 1
12- versionName " 1.0 .0"
11+ versionCode 210
12+ versionName " 2.1 .0"
1313 }
1414 lintOptions {
1515 disable ' InvalidPackage'
@@ -29,6 +29,6 @@ dependencies {
2929 compile project (' :AndroidBootstrap' ) // replace with Maven dependency in your app
3030
3131 compile ' com.jakewharton:butterknife:7.0.1'
32- compile ' com.android.support:appcompat-v7:23.1.1 '
33- compile ' com.android.support:support-annotations:23.1.1 '
32+ compile ' com.android.support:appcompat-v7:23.2.0 '
33+ compile ' com.android.support:support-annotations:23.2.0 '
3434}
You can’t perform that action at this time.
0 commit comments