File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.2 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
@@ -17,6 +17,10 @@ allprojects {
17
17
group = GROUP
18
18
repositories {
19
19
jcenter()
20
+ // Replace this with `google()` when upgraded to Android Gradle Plugin 3.0+ and Gradle 4.0+.
21
+ maven {
22
+ url " https://maven.google.com"
23
+ }
20
24
}
21
25
}
22
26
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ POM_DEVELOPER_ID=zhanghai
33
33
POM_DEVELOPER_NAME =Zhang Hai
34
34
35
35
ANDROID_MIN_SDK_VERSION =15
36
- ANDROID_COMPILE_SDK_VERSION =25
37
- ANDROID_BUILD_TOOLS_VERSION =25
38
- ANDROID_TARGET_SDK_VERSION =25
36
+ ANDROID_COMPILE_SDK_VERSION =26
37
+ ANDROID_BUILD_TOOLS_VERSION =26.0.0
38
+ ANDROID_TARGET_SDK_VERSION =26
Original file line number Diff line number Diff line change 1
- # Tue Oct 25 00:17:10 CST 2016
1
+ # Sun Aug 20 01:02:01 PDT 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 @@ -27,8 +27,8 @@ android {
27
27
28
28
dependencies {
29
29
compile fileTree(dir : ' libs' , include : [' *.jar' ])
30
- compile ' com.android.support:customtabs:25 .0.0 '
31
- compile ' com.android.support:support-v4:25 .0.0 '
30
+ compile ' com.android.support:customtabs:26 .0.1 '
31
+ compile ' com.android.support:support-v4:26 .0.1 '
32
32
}
33
33
34
34
apply from : ' ../gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ apply plugin: 'android-apt'
49
49
50
50
dependencies {
51
51
compile fileTree(dir : ' libs' , include : [' *.jar' ])
52
- compile ' com.android.support:appcompat-v7:25 .0.0 '
53
- compile ' com.jakewharton:butterknife:8.4 .0'
54
- apt ' com.jakewharton:butterknife-compiler:8.4 .0'
52
+ compile ' com.android.support:appcompat-v7:26 .0.1 '
53
+ compile ' com.jakewharton:butterknife:8.8 .0'
54
+ apt ' com.jakewharton:butterknife-compiler:8.8 .0'
55
55
compile project(' :library' )
56
56
}
You can’t perform that action at this time.
0 commit comments