diff --git a/android_app/app/app.iml b/android_app/app/app.iml index ac43b567..a151fb4c 100644 --- a/android_app/app/app.iml +++ b/android_app/app/app.iml @@ -89,6 +89,7 @@ + @@ -98,6 +99,7 @@ + @@ -110,9 +112,9 @@ - + \ No newline at end of file diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 12ae1789..af41b28e 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -21,5 +21,5 @@ android { dependencies { compile 'com.android.support:support-v4:21.0.3' compile 'com.android.support:appcompat-v7:21.0.0' - compile files('libs/hellocharts-library-1.5.5.jar') + compile 'com.github.lecho:hellocharts-library:1.5.8@aar' } diff --git a/android_app/app/libs/hellocharts-library-1.5.5.jar b/android_app/app/libs/hellocharts-library-1.5.5.jar deleted file mode 100644 index 14231670..00000000 Binary files a/android_app/app/libs/hellocharts-library-1.5.5.jar and /dev/null differ