Skip to content

Commit 242e52e

Browse files
committed
修改build文件
1 parent 3f39598 commit 242e52e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

chart/build.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
44

55
group='com.github.chenyy0708'
66

7-
def config = rootProject.ext.android // 配置
8-
97
android {
10-
compileSdkVersion config.compileSdkVersion
8+
compileSdkVersion 27
119

1210

1311

1412
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"
1917

2018
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2119

@@ -35,5 +33,5 @@ dependencies {
3533
testImplementation 'junit:junit:4.12'
3634
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3735
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
38-
api "com.github.PhilJay:MPAndroidChart:v$MPAndroidChart"
36+
api "com.github.PhilJay:MPAndroidChart:v3.0.3"
3937
}

0 commit comments

Comments
 (0)