Update dependencies

Support slow card for donations.
This commit is contained in:
Mygod
2019-05-08 14:55:29 +08:00
parent b139b30ce6
commit ab4b0c961e
9 changed files with 72 additions and 91 deletions

View File

@@ -49,6 +49,7 @@ class App : Application() {
override fun onFailed(throwable: Throwable?) = Timber.d(throwable)
})
})
EBegFragment.init()
if (DhcpWorkaround.shouldEnable) DhcpWorkaround.enable(true)
}