Skip to content

Commit cbe7d5f

Browse files
committed
converted module names to all lower case
1 parent d360e1e commit cbe7d5f

File tree

118 files changed

+4
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+4
-13
lines changed

.idea/copyright/AndroidPlot_Apache_2_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/copyright/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android-sdk-manager'
22
apply plugin: 'android'
33

44
dependencies {
5-
compile project(':AndroidPlot-Core')
5+
compile project(':androidplot-core')
66
}
77

88
android {
File renamed without changes.

AndroidPlot-Core/src/main/java/com/androidplot/LineRegion.java renamed to androidplot-core/src/main/java/com/androidplot/LineRegion.java

File renamed without changes.

AndroidPlot-Core/src/main/java/com/androidplot/Plot.java renamed to androidplot-core/src/main/java/com/androidplot/Plot.java

File renamed without changes.

AndroidPlot-Core/src/main/java/com/androidplot/PlotListener.java renamed to androidplot-core/src/main/java/com/androidplot/PlotListener.java

File renamed without changes.

AndroidPlot-Core/src/main/java/com/androidplot/Series.java renamed to androidplot-core/src/main/java/com/androidplot/Series.java

File renamed without changes.

AndroidPlot-Core/src/main/java/com/androidplot/exception/PlotRenderException.java renamed to androidplot-core/src/main/java/com/androidplot/exception/PlotRenderException.java

File renamed without changes.

0 commit comments

Comments
 (0)