Skip to content

Commit

Permalink
Created .jar cile, added support for jar files.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Sep 28, 2014
1 parent eb41b26 commit 23c1cf9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file not shown.
3 changes: 1 addition & 2 deletions MPChartExample/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-20
android.library.reference.1=../MPChartLib
target=android-19
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

package com.xxmassdeveloper.mpchartexample;

import android.graphics.Typeface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import android.content.res.Resources;
import android.graphics.Color;

import com.github.mikephil.charting.R;

import java.util.ArrayList;

/**
Expand Down

0 comments on commit 23c1cf9

Please sign in to comment.