Skip to content

Commit 0fbbf41

Browse files
committed
up version
1 parent 53c4452 commit 0fbbf41

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

AndroidBootstrap/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ android {
1414
}
1515

1616
dependencies {
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
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 {

gradle.properties

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

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

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)