diff --git a/app/app.iml b/app/app.iml index afa3736..e02613a 100644 --- a/app/app.iml +++ b/app/app.iml @@ -87,6 +87,7 @@ + @@ -111,6 +112,7 @@ + diff --git a/app/build.gradle b/app/build.gradle index e16534b..0333580 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,6 +27,7 @@ compile 'com.survivingwithandroid:weatherlib:1.6.0' compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.6.0' compile 'com.squareup.okhttp:okhttp:2.0.+' + compile 'com.jjoe64:graphview:4.0.1' compile (name:'osmbonuspack_v5.7', ext:'aar') //compile 'org.slf4j:slf4j-log4j12:1.7.12' compile 'org.osmdroid:osmdroid-android:5.1@aar' diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6faee34..a548457 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -202,6 +202,7 @@ - osmdroid: https://github.com/osmdroid/osmdroid - osmbonuspack: https://github.com/MKergall/osmbonuspack/ - icons8: https://icons8.com/ + - GraphView: https://github.com/jjoe64/GraphView Small