diff --git a/app/build.gradle b/app/build.gradle index 5da4b62..0cfc3c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,8 +135,8 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - __32bitImplementation 'io.lbry:lbrysdk32:0.100.0' - __64bitImplementation 'io.lbry:lbrysdk64:0.100.0' + __32bitImplementation 'io.lbry:lbrysdk32:0.102.0' + __64bitImplementation 'io.lbry:lbrysdk64:0.102.0' //__64bitImplementation(name: 'lbrysdk', ext: 'aar') }