Update dependencies

Remove travis config as we don't use travis
This commit is contained in:
NerdNumber9
2017-11-23 20:39:47 -05:00
committed by NerdNumber9
parent 7053777997
commit b240960a8a
3 changed files with 7 additions and 45 deletions

View File

@ -210,15 +210,18 @@ dependencies {
compile "com.jakewharton.rxbinding:rxbinding-recyclerview-v7-kotlin:$rxbindings_version"
//Pin lock view (EXH)
compile 'com.andrognito.pinlockview:pinlockview:1.0.1'
compile 'com.andrognito.pinlockview:pinlockview:2.1.0'
//Reprint (EXH)
compile 'com.github.ajalt.reprint:core:3.1.0@aar' // required: supports marshmallow devices
compile 'com.github.ajalt.reprint:rxjava:3.1.0@aar' // optional: the RxJava 1 interface
compile 'com.github.ajalt.reprint:core:3.2.0@aar' // required: supports marshmallow devices
compile 'com.github.ajalt.reprint:rxjava:3.2.0@aar' // optional: the RxJava 1 interface
//Swirl (EXH)
compile 'com.mattprecious.swirl:swirl:1.0.0'
//RxJava 2 interop for Realm (EXH)
compile 'com.lvla.android:rxjava2-interop-kt:0.2.1'
// Tests
//Paper DB screws up tests
/*testCompile 'junit:junit:4.12'