sdk 0.73.1 patch
This commit is contained in:
parent
cc3055f1c9
commit
6eb20d0e08
3 changed files with 4 additions and 4 deletions
|
@ -143,8 +143,8 @@ android {
|
|||
applicationId "io.lbry.browser"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1402
|
||||
versionName "0.14.2"
|
||||
versionCode 1403
|
||||
versionName "0.14.3"
|
||||
missingDimensionStrategy 'react-native-camera', 'general'
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
@ -210,8 +210,8 @@ dependencies {
|
|||
implementation 'com.facebook.fresco:animated-gif:1.10.0'
|
||||
implementation 'com.google.firebase:firebase-messaging:20.1.0'
|
||||
|
||||
__32bitImplementation files('libs/lbrysdk-0.67.1-release__arm.aar')
|
||||
__64bitImplementation files('libs/lbrysdk-0.67.1-release__arm64.aar')
|
||||
__32bitImplementation files('libs/lbrysdk-0.73.1-release__arm.aar')
|
||||
__64bitImplementation files('libs/lbrysdk-0.73.1-release__arm64.aar')
|
||||
|
||||
if (enableHermes) {
|
||||
def hermesPath = "../../node_modules/hermes-engine/android/";
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue