Update dependencies

pull/795/head
Alex Baker 5 years ago
parent 9113c730ac
commit 9345322168

@ -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}"

@ -1,11 +0,0 @@
<manifest
package="org.tasks"
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- ********** -->
<!-- LeakCanary -->
<!-- https://github.com/square/leakcanary/issues/1082 -->
<!-- ********** -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
</manifest>

@ -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'
}
}

Binary file not shown.
Loading…
Cancel
Save