Commit 7f487909 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Bumped realm stetho plugin dependency

parent bb01f6a6
......@@ -3,6 +3,9 @@ apply plugin: 'io.fabric'
repositories {
maven { url 'https://maven.fabric.io/public' }
maven {
url 'https://github.com/uPhyca/stetho-realm/raw/master/maven-repo'
}
}
apply plugin: 'kotlin-android'
......@@ -123,7 +126,7 @@ dependencies {
compile "com.facebook.stetho:stetho:$stethoVersion"
compile "com.facebook.stetho:stetho-okhttp3:$stethoVersion"
compile 'com.uphyca:stetho_realm:2.0.1'
compile 'com.uphyca:stetho_realm:2.1.0'
compile "com.jakewharton.rxbinding2:rxbinding:$rxbindingVersion"
compile "com.jakewharton.rxbinding2:rxbinding-support-v4:$rxbindingVersion"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment