diff --git a/app/build.gradle b/app/build.gradle
index d557b510..0adc2a27 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -101,8 +101,8 @@ dependencies {
     androidTestImplementation 'androidx.test.ext:junit:1.1.1'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
 
-    __32bitImplementation 'io.lbry:lbrysdk32:0.76.0'
-    __64bitImplementation 'io.lbry:lbrysdk64:0.76.0'
+    __32bitImplementation 'io.lbry:lbrysdk32:0.79.0'
+    __64bitImplementation 'io.lbry:lbrysdk64:0.79.0'
 }
 
 apply plugin: 'com.google.gms.google-services'