From af5836cb09b31d1c43161bdb94c9003a7b7800f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 9 Sep 2015 15:39:21 -0700 Subject: [PATCH] Bump accesspoint library to try to fix #407 --- F-Droid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index 8ddb0fe89..6d6aa115e 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -21,7 +21,7 @@ if (!hasProperty('sourceDeps')) { compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4' compile 'com.google.zxing:core:3.2.1' compile 'eu.chainfire:libsuperuser:1.0.0.201504231659' - compile 'cc.mvdan.accesspoint:library:0.1.1' + compile 'cc.mvdan.accesspoint:library:0.1.2' compile 'info.guardianproject.netcipher:netcipher:1.2' compile 'com.madgag.spongycastle:pkix:1.51.0.0' compile 'com.madgag.spongycastle:prov:1.51.0.0'