File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
repositories {
5
+ google()
5
6
jcenter()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.3 '
9
+ classpath ' com.android.tools.build:gradle:3.0.0 '
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
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 26
5
- buildToolsVersion " 26.0.1 "
5
+ buildToolsVersion ' 26.0.2 '
6
6
defaultConfig {
7
7
applicationId " com.ramotion.circlemenu.example.simple"
8
8
minSdkVersion 16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion " 26.0.1 "
5
+ buildToolsVersion ' 26.0.2 '
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
Original file line number Diff line number Diff line change 1
- # Mon Sep 18 11:40:16 MSK 2017
1
+ # Thu Oct 26 09:09:43 MSK 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-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments