mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 12:07:52 +02:00
Update dependencies
Remove travis config as we don't use travis
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user