File tree 6 files changed +12
-12
lines changed
src/main/java/com/beardedhen/androidbootstrap
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: 'push.gradle'
3
3
4
4
android {
5
5
compileSdkVersion Integer . parseInt(TARGET_SDK_INT )
6
- buildToolsVersion " 25.0.1 "
6
+ buildToolsVersion " 25.0.3 "
7
7
8
8
defaultConfig {
9
9
minSdkVersion Integer . parseInt(MIN_SDK_INT )
@@ -14,6 +14,6 @@ android {
14
14
}
15
15
16
16
dependencies {
17
- compile ' com.android.support:support-annotations:25.0 .1'
18
- compile ' com.android.support:support-v4:25.0 .1'
17
+ compile ' com.android.support:support-annotations:25.3 .1'
18
+ compile ' com.android.support:support-v4:25.3 .1'
19
19
}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ private void initialise(AttributeSet attrs) {
61
61
try {
62
62
this .rounded = a .getBoolean (R .styleable .BootstrapEditText_roundedCorners , false );
63
63
64
- int typeOrdinal = a .getInt (R .styleable .AwesomeTextView_bootstrapBrand , -1 );
64
+ int typeOrdinal = a .getInt (R .styleable .BootstrapEditText_bootstrapBrand , -1 );
65
65
int sizeOrdinal = a .getInt (R .styleable .BootstrapEditText_bootstrapSize , -1 );
66
66
67
67
this .bootstrapBrand = DefaultBootstrapBrand .fromAttributeValue (typeOrdinal );
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.3 '
8
+ classpath ' com.android.tools.build:gradle:2.3.2 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.3.1
2
- VERSION_CODE =231
1
+ VERSION_NAME =2.3.2
2
+ VERSION_CODE =232
3
3
GROUP =com.beardedhen
4
4
5
5
MIN_SDK_INT =14
Original file line number Diff line number Diff line change 1
- # Mon Dec 28 10:00:20 PST 2015
1
+ # Sat Jul 22 10:14:14 BST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion Integer . parseInt(TARGET_SDK_INT )
5
- buildToolsVersion " 25.0.1 "
5
+ buildToolsVersion " 25.0.3 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.fractalwrench.androidbootstrap.sample"
@@ -31,6 +31,6 @@ dependencies {
31
31
compile ' com.jakewharton:butterknife:8.4.0'
32
32
annotationProcessor ' com.jakewharton:butterknife-compiler:8.4.0'
33
33
34
- compile ' com.android.support:appcompat-v7:25.0 .1'
35
- compile ' com.android.support:support-annotations:25.0 .1'
34
+ compile ' com.android.support:appcompat-v7:25.3 .1'
35
+ compile ' com.android.support:support-annotations:25.3 .1'
36
36
}
You can’t perform that action at this time.
0 commit comments