Skip to content

Commit 02eb728

Browse files
committed
Cosmetic
1 parent fffd52e commit 02eb728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MPChartExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
}
55

66
android {
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

3636
dependencies {

MPChartLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ext {
1515
}
1616

1717
android {
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

4545
dependencies {

0 commit comments

Comments
 (0)