mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-31 17:21:25 +00:00
sdk 0.64.0. check dht setting on startup.
This commit is contained in:
parent
ea8ac783a8
commit
4627e284fa
5 changed files with 13 additions and 3 deletions
|
@ -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.62.0-release__arm.aar')
|
||||
__64bitImplementation files('libs/lbrysdk-0.62.0-release__arm64.aar')
|
||||
__32bitImplementation files('libs/lbrysdk-0.64.0-release__arm.aar')
|
||||
__64bitImplementation files('libs/lbrysdk-0.64.0-release__arm64.aar')
|
||||