Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 26, 2016
1 parent 53c4452 commit 0fbbf41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AndroidBootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ android {
}

dependencies {
compile 'com.android.support:support-annotations:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:support-annotations:23.2.0'
compile 'com.android.support:support-v4:23.2.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ private void initialise(AttributeSet attrs) {

try {
int sizeOrdinal = a.getInt(R.styleable.BootstrapButton_bootstrapSize, -1);

bootstrapSize = DefaultBootstrapSize.fromAttributeValue(sizeOrdinal).scaleFactor();
}
finally {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.0.1
VERSION_CODE=201
VERSION_NAME=2.1.0
VERSION_CODE=210
GROUP=com.beardedhen

POM_DESCRIPTION=Bootstrap style widgets for Android, with Glyph Icons
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.fractalwrench.androidbootstrap.sample"
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.0"
versionCode 210
versionName "2.1.0"
}
lintOptions {
disable 'InvalidPackage'
Expand All @@ -29,6 +29,6 @@ dependencies {
compile project (':AndroidBootstrap') // replace with Maven dependency in your app

compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-annotations:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:support-annotations:23.2.0'
}

0 comments on commit 0fbbf41

Please sign in to comment.