Skip to content

Commit e3c56f8

Browse files
authored
Merge pull request #427 from AppDevNext/Cleanup
Cleanup build
2 parents 545de41 + 32ee953 commit e3c56f8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

MPChartLib/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ plugins {
55
id "com.vanniktech.maven.publish" version "0.34.0"
66
}
77

8-
ext {
9-
mGroupId = "info.appdevnext"
10-
mArtifactId = "chart"
11-
mVersionName = getTag()
12-
13-
mLibraryName = "Android Chart"
14-
mLibraryDescription = "A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations"
15-
}
16-
178
android {
189
namespace "com.github.mikephil.charting"
1910
defaultConfig {

0 commit comments

Comments
 (0)