diff --git a/app/build.gradle b/app/build.gradle index 6afe0b31f..874e66965 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,8 +109,8 @@ configurations { final DAGGER_VERSION = '2.16' final BUTTERKNIFE_VERSION = '10.0.0' final STETHO_VERSION = '1.5.0' -final WORK_VERSION = '1.0.0-beta04' -final LEAKCANARY_VERSION = '1.6.2' +final WORK_VERSION = '1.0.0-beta05' +final LEAKCANARY_VERSION = '1.6.3' final ROOM_VERSION = '2.1.0-alpha04' dependencies { @@ -123,7 +123,7 @@ dependencies { implementation "androidx.room:room-rxjava2:${ROOM_VERSION}" annotationProcessor "androidx.room:room-compiler:${ROOM_VERSION}" implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" - implementation "io.reactivex.rxjava2:rxandroid:2.0.2" + implementation "io.reactivex.rxjava2:rxandroid:2.1.0" implementation "androidx.paging:paging-runtime:2.1.0" annotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}" diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml deleted file mode 100644 index d3503cc16..000000000 --- a/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/build.gradle b/build.gradle index 963ca0a8a..a4aec48fd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ apply plugin: "com.github.ben-manes.versions" wrapper { - gradleVersion = "4.9" + gradleVersion = "4.10.1" distributionType = Wrapper.DistributionType.ALL } @@ -18,7 +18,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.3.1' classpath 'com.google.gms:google-services:4.2.0' // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin - classpath 'io.fabric.tools:gradle:1.27.0' + classpath 'io.fabric.tools:gradle:1.27.1' classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0' } } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 0d4a95168..135367700 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ