Build update ()

* package and build updates
* add sdk preview license to build
* use build tools 26.0.2
* use different libgmp mirror
This commit is contained in:
Akinwale Ariwodola 2019-03-25 07:45:19 +01:00 committed by GitHub
parent a353f13ebb
commit d8b0e89c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 955 additions and 951 deletions
src/main/java/io/lbry/browser

View file

@ -0,0 +1,7 @@
package io.lbry.browser;
import android.support.v4.content.FileProvider;
public class LocalFileProvider extends FileProvider {
}