diff --git a/app/build.gradle b/app/build.gradle index 76cd1f2fd..40ce4317d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,8 +150,7 @@ dependencies { implementation "com.google.firebase:firebase-database:${gms}" implementation('com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0') { transitive = false } implementation('com.github.b3er.rxfirebase:firebase-database:11.2.0') { transitive = false } - implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher:v0.7.0' - implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher-with-gcm-dep:v0.7.0' + implementation 'com.github.k0shk0sh.firebase-jobdispatcher-android:firebase-jobdispatcher-with-gcm-dep:master-SNAPSHOT' implementation('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') { transitive = true } implementation "com.github.miguelbcr:RxBillingService:0.0.3" implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 36bc2bfe9..73be4e647 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -124,5 +124,4 @@ -dontwarn sun.misc.Unsafe -dontwarn com.octo.android.robospice.retrofit.RetrofitJackson** -dontwarn retrofit.appengine.UrlFetchClient --dontwarn icepick.** --dontwarn retrofit.** \ No newline at end of file +-dontwarn icepick.** \ No newline at end of file