diff --git a/app/build.gradle b/app/build.gradle index aa542fd8..3e25dca6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-process:2.2.0" implementation "androidx.lifecycle:lifecycle-runtime:2.2.0" implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0" - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01' implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' debugImplementation 'com.facebook.stetho:stetho:1.5.1' @@ -88,7 +88,7 @@ dependencies { implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0' implementation 'com.jakewharton:butterknife:10.2.1' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1' - implementation 'com.jakewharton.threetenabp:threetenabp:1.2.2' + implementation 'com.jakewharton.threetenabp:threetenabp:1.2.3' implementation 'com.leinardi.android:speed-dial:3.1.1' implementation 'com.takisoft.preferencex:preferencex:1.1.0-alpha05' implementation 'androidx.preference:preference:1.1.0' @@ -106,13 +106,12 @@ dependencies { implementation 'me.zhanghai.java.functional:android:1.0.0' implementation 'me.zhanghai.java.promise:library:1.0.0' implementation 'me.zhanghai.java.reflected:library:1.0.1' - implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.1' - implementation 'org.apache.commons:commons-compress:1.19' + implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.2' + implementation 'org.apache.commons:commons-compress:1.20' // Optional dependency of Commons Compress for 7Z LZMA. implementation 'org.tukaani:xz:1.8' implementation 'org.apache.ftpserver:ftpserver-core:1.1.1' implementation 'org.slf4j:slf4j-android:1.7.30' - implementation 'org.greenrobot:eventbus:3.1.1' } //#ifdef NONFREE @@ -135,7 +134,7 @@ crashlytics { dependencies { implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' implementation 'com.crashlytics.sdk.android:crashlytics-ndk:2.1.1' - implementation 'com.google.firebase:firebase-analytics:17.2.2' + implementation 'com.google.firebase:firebase-analytics:17.3.0' } buildscript { diff --git a/app/src/main/res/raw/licenses.xml b/app/src/main/res/raw/licenses.xml index 2f5b6341..150ff9e4 100644 --- a/app/src/main/res/raw/licenses.xml +++ b/app/src/main/res/raw/licenses.xml @@ -188,11 +188,4 @@ Copyright 2003 The Apache Software Foundation Apache Software License 2.0 - - - EventBus - https://github.com/greenrobot/EventBus - Copyright 2012 greenrobot - Apache Software License 2.0 - diff --git a/build.gradle b/build.gradle index 8fd67663..9568f5ec 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 73bc8277..81a832cc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Aug 20 21:05:32 PDT 2019 +#Mon Mar 30 11:46:10 PDT 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip