File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
4
4
5
5
group= ' com.github.chenyy0708'
6
6
7
- def config = rootProject. ext. android // 配置
8
-
9
7
android {
10
- compileSdkVersion config . compileSdkVersion
8
+ compileSdkVersion 27
11
9
12
10
13
11
14
12
defaultConfig {
15
- minSdkVersion config . minSdkVersion
16
- targetSdkVersion config . targetSdkVersion
17
- versionCode config . versionCode
18
- versionName config . versionName
13
+ minSdkVersion 15
14
+ targetSdkVersion 22
15
+ versionCode 1
16
+ versionName " 1.0.0 "
19
17
20
18
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
21
19
@@ -35,5 +33,5 @@ dependencies {
35
33
testImplementation ' junit:junit:4.12'
36
34
androidTestImplementation ' com.android.support.test:runner:1.0.1'
37
35
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
38
- api " com.github.PhilJay:MPAndroidChart:v $M PAndroidChart "
36
+ api " com.github.PhilJay:MPAndroidChart:v3.0.3 "
39
37
}
You can’t perform that action at this time.
0 commit comments