React Native 0.61 ()

* support for RN 0.61.5
* update gradle_dependencies
This commit is contained in:
Akinwale Ariwodola 2019-12-28 15:42:26 +01:00 committed by GitHub
parent 6729842ed8
commit d0117b14db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 4986 additions and 27 deletions
src/main/java/io/lbry/browser

View file

@ -1,6 +1,6 @@
package io.lbry.browser;
import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;
public class LocalFileProvider extends FileProvider {