File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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 @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.2.3 '
7
+ classpath ' com.android.tools.build:gradle:2.3.2 '
8
8
}
9
9
}
10
10
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