diff --git a/app/build.gradle b/app/build.gradle index c8f9a60b..f9e123c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,8 +129,8 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - __32bitImplementation 'io.lbry:lbrysdk32:0.81.0' - __64bitImplementation 'io.lbry:lbrysdk64:0.81.0' + __32bitImplementation 'io.lbry:lbrysdk32:0.82.0' + __64bitImplementation 'io.lbry:lbrysdk64:0.82.0' } apply plugin: 'com.google.gms.google-services'