From f934ac3c5c2f2aa8681d8b74b856476c70f96bce Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 8 Mar 2019 20:11:19 -0800 Subject: [PATCH] up version of NBSProxy lib --- xwords4/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 386969f13..5f7621cc8 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -252,7 +252,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:17.3.4' // rm-for-fdroid implementation 'com.google.firebase:firebase-core:16.0.6' // rm-for-fdroid - implementation 'com.github.eehouse:nbsproxy:v0.0.5' + implementation 'com.github.eehouse:nbsproxy:v0.1.0' } task mkImages(type: Exec) {