File tree 4 files changed +18
-16
lines changed 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.3"
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 27 .0.3"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 14
9
- targetSdkVersion 25
9
+ targetSdkVersion 27
10
10
versionCode 1
11
11
versionName " 0.1.0"
12
12
}
@@ -20,5 +20,5 @@ android {
20
20
21
21
dependencies {
22
22
compile fileTree(dir : ' libs' , include : [' *.jar' ])
23
- compile ' com.android.support:appcompat-v7:25.3.1 '
23
+ compile ' com.android.support:appcompat-v7:27.1.0 '
24
24
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.3"
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 27 .0.3"
6
6
defaultConfig {
7
7
applicationId " com.mancj.example"
8
8
minSdkVersion 14
9
- targetSdkVersion 25
9
+ targetSdkVersion 27
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
vectorDrawables. useSupportLibrary = true
@@ -23,6 +23,6 @@ dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile project(path : ' :slimchart' )
25
25
26
- compile ' com.android.support:appcompat-v7:25.3.1 '
27
- compile ' com.android.support:design:25.3.1 '
26
+ compile ' com.android.support:appcompat-v7:27.1.0 '
27
+ compile ' com.android.support:design:27.1.0 '
28
28
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.3 '
9
+ classpath ' com.android.tools.build:gradle:3.0.1 '
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
@@ -15,6 +16,7 @@ buildscript {
15
16
allprojects {
16
17
repositories {
17
18
jcenter()
19
+ google()
18
20
}
19
21
}
20
22
Original file line number Diff line number Diff line change 1
- # Mon Aug 07 10:13:09 CDT 2017
2
- distributionBase =GRADLE_USER_HOME
3
- distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
- zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
1
+ # Thu Mar 08 09:56:46 CST 2018
2
+ distributionBase =GRADLE_USER_HOME
3
+ distributionPath =wrapper/dists
4
+ zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments