diff --git a/app/build.gradle b/app/build.gradle index 83f079af..85cf281e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,13 +38,13 @@ dependencies { compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' compile 'org.jsoup:jsoup:1.10.2' - compile 'com.github.franmontiel:PersistentCookieJar:v1.0.0' - compile 'com.github.PhilJay:MPAndroidChart:v3.0.1' + compile 'com.github.franmontiel:PersistentCookieJar:v1.0.1' + compile 'com.github.PhilJay:MPAndroidChart:v3.0.2' compile('com.mikepenz:materialdrawer:5.9.2@aar') { transitive = true } compile 'com.mikepenz:fontawesome-typeface:4.7.0.0@aar' - compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.5' + compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.7' compile 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1' compile 'me.zhanghai.android.materialprogressbar:library:1.4.1' compile 'com.jakewharton.timber:timber:4.5.1' diff --git a/app/src/main/assets/apache_libraries.html b/app/src/main/assets/apache_libraries.html index 2fe80f29..45905fa2 100644 --- a/app/src/main/assets/apache_libraries.html +++ b/app/src/main/assets/apache_libraries.html @@ -45,10 +45,10 @@
Picasso v2.5.2 (Copyright ©2013 Square, Inc.)
  • -
    PersistentCookieJar v1.0.0 (Copyright ©2016 Francisco José Montiel Navarro)
    +
    PersistentCookieJar v1.0.1 (Copyright ©2016 Francisco José Montiel Navarro)
  • -
    MPAndroidChart v3.0.1 (Copyright ©2016 Philipp Jahoda)
    +
    MPAndroidChart v3.0.2 (Copyright ©2016 Philipp Jahoda)
  • MaterialDrawer v5.9.2 (Copyright ©2016 Mike Penz)
    diff --git a/app/src/main/assets/mit_libraries.html b/app/src/main/assets/mit_libraries.html index 2c6cf3bb..42b46e78 100644 --- a/app/src/main/assets/mit_libraries.html +++ b/app/src/main/assets/mit_libraries.html @@ -42,7 +42,7 @@
    jsoup v1.10.2 (Copyright ©2009-2017, Jonathan Hedley <jonathan@hedley.net>)
  • -
    android-gif-drawable v1.2.5 (Copyright ©2016 Karol Wrótniak, Droids on Roids)
    +
    android-gif-drawable v1.2.7 (Copyright ©2016 Karol Wrótniak, Droids on Roids)
  • Expandable RecyclerView v3.0.0-RC1 (Copyright ©2015, Big Nerd Ranch)
    diff --git a/build.gradle b/build.gradle index f5ee47bc..d786c62a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' - classpath 'com.google.gms:google-services:3.0.0' + classpath 'com.google.gms:google-services:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }