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'
44
55group= ' com.github.chenyy0708'
66
7- def config = rootProject. ext. android // 配置
8-
97android {
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 $M PAndroidChart "
36+ api " com.github.PhilJay:MPAndroidChart:v3.0.3 "
3937}
You can’t perform that action at this time.
0 commit comments