update react native video version

This commit is contained in:
Akinwale Ariwodola 2019-04-29 21:07:58 +01:00
commit 0d68f1a24b
3 changed files with 36 additions and 25 deletions
p4a/pythonforandroid/bootstraps/lbry/build/templates

View file

@ -41,6 +41,11 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
dexOptions {
jumboMode true
}