File tree 3 files changed +4
-4
lines changed
MPChartLib/src/com/github/mikephil/charting/charts
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.xxmassdeveloper.mpchartexample"
4
4
android : versionCode =" 36"
5
- android : versionName =" 2.1.2 " >
5
+ android : versionName =" 2.0.7 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 8"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
minSdkVersion 16
8
8
targetSdkVersion 21
9
9
versionCode 36
10
- versionName ' 2.1.1 '
10
+ versionName ' 2.0.7 '
11
11
12
12
sourceSets {
13
13
main {
@@ -53,5 +53,5 @@ dependencies {
53
53
// compile fileTree(dir: 'libs', include: ['*.jar'])
54
54
compile project(' :MPChartLib' ) // remove this if you only imported the example project
55
55
compile ' com.android.support:appcompat-v7:21.0.3'
56
- // compile 'com.github.PhilJay:MPAndroidChart:v2.1.1 '
56
+ // compile 'com.github.PhilJay:MPAndroidChart:v2.0.7 '
57
57
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public abstract class Chart<T extends ChartData<? extends DataSet<? extends Entr
62
62
public static final String LOG_TAG = "MPAndroidChart" ;
63
63
64
64
/** flag that indicates if logging is enabled or not */
65
- protected boolean mLogEnabled = true ;
65
+ protected boolean mLogEnabled = false ;
66
66
67
67
/**
68
68
* object that holds all data that was originally set for the chart, before
You can’t perform that action at this time.
0 commit comments