File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
44}
55
66android {
7+ namespace ' com.xxmassdeveloper.mpchartexample'
78 defaultConfig {
89 applicationId " com.xxmassdeveloper.mpchartexample"
910 minSdkVersion 19
@@ -30,7 +31,6 @@ android {
3031 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3132 }
3233 }
33- namespace ' com.xxmassdeveloper.mpchartexample'
3434}
3535
3636dependencies {
Original file line number Diff line number Diff line change 1515}
1616
1717android {
18+ namespace ' com.github.mikephil.charting'
1819 defaultConfig {
1920 minSdkVersion 19
2021 compileSdk 34
@@ -39,7 +40,6 @@ android {
3940 testOptions {
4041 unitTests. returnDefaultValues = true // this prevents "not mocked" error
4142 }
42- namespace ' com.github.mikephil.charting'
4343}
4444
4545dependencies {
You can’t perform that action at this time.
0 commit comments