Skip to content

Commit 23c1cf9

Browse files
committed
Created .jar cile, added support for jar files.
1 parent eb41b26 commit 23c1cf9

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed
Binary file not shown.

MPChartExample/project.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-20
15-
android.library.reference.1=../MPChartLib
14+
target=android-19

MPChartExample/src/com/xxmassdeveloper/mpchartexample/DrawChartActivity.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
package com.xxmassdeveloper.mpchartexample;
32

43
import android.graphics.Typeface;

MPChartLib/src/com/github/mikephil/charting/utils/ColorTemplate.java

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import android.content.res.Resources;
55
import android.graphics.Color;
66

7-
import com.github.mikephil.charting.R;
8-
97
import java.util.ArrayList;
108

119
/**

0 commit comments

Comments
 (0)