Various dependency updates

This commit is contained in:
NerdNumber9 2018-06-09 23:50:51 -04:00
parent 0f2be86d5a
commit ad2819a3bc
2 changed files with 5 additions and 7 deletions

View File

@ -242,17 +242,17 @@ dependencies {
implementation 'com.andrognito.pinlockview:pinlockview:2.1.0' implementation 'com.andrognito.pinlockview:pinlockview:2.1.0'
//Reprint (EXH) //Reprint (EXH)
implementation 'com.github.ajalt.reprint:core:3.2.0@aar' // required: supports marshmallow devices implementation 'com.github.ajalt.reprint:core:3.2.1@aar' // required: supports marshmallow devices
implementation 'com.github.ajalt.reprint:rxjava:3.2.0@aar' // optional: the RxJava 1 interface implementation 'com.github.ajalt.reprint:rxjava:3.2.1@aar' // optional: the RxJava 1 interface
//Swirl (EXH) //Swirl (EXH)
implementation 'com.mattprecious.swirl:swirl:1.0.0' implementation 'com.mattprecious.swirl:swirl:1.1.0'
//RxJava 2 interop for Realm (EXH) //RxJava 2 interop for Realm (EXH)
implementation 'com.lvla.android:rxjava2-interop-kt:0.2.1' implementation 'com.lvla.android:rxjava2-interop-kt:0.2.1'
//Debug network interceptor (EXH) //Debug network interceptor (EXH)
devImplementation "com.squareup.okhttp3:logging-interceptor:3.9.1" devImplementation "com.squareup.okhttp3:logging-interceptor:3.10.0"
} }
buildscript { buildscript {

View File

@ -14,10 +14,8 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
//Firebase (EH)
classpath 'com.google.gms:google-services:3.0.0'
//Realm (EH) //Realm (EH)
classpath "io.realm:realm-gradle-plugin:5.0.1" classpath "io.realm:realm-gradle-plugin:5.2.0"
} }
} }