Skip to content

Commit

Permalink
sdk 0.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akinwale committed Mar 31, 2020
1 parent ff30e7f commit 25a1eac
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.65.0-release__arm.aar')
__64bitImplementation files('libs/lbrysdk-0.65.0-release__arm64.aar')
__32bitImplementation files('libs/lbrysdk-0.67.1-release__arm.aar')
__64bitImplementation files('libs/lbrysdk-0.67.1-release__arm64.aar')

if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
Expand Down
Binary file removed app/libs/lbrysdk-0.65.0-release__arm.aar
Binary file not shown.
Binary file removed app/libs/lbrysdk-0.65.0-release__arm64.aar
Binary file not shown.
Binary file added app/libs/lbrysdk-0.67.1-release__arm.aar
Binary file not shown.
Binary file added app/libs/lbrysdk-0.67.1-release__arm64.aar
Binary file not shown.

0 comments on commit 25a1eac

Please sign in to comment.