From 0426040f623ea05bcc887d52a1f225594fc03166 Mon Sep 17 00:00:00 2001
From: Francesco <franzbianconero@gmail.com>
Date: Fri, 20 May 2016 14:41:18 +0200
Subject: [PATCH] fixed for f-droid

---
 app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle
index d5c00df..53fe873 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -41,7 +41,7 @@ android {
 
     dependencies {
         compile 'com.android.support:appcompat-v7:23.4.0'
-        compile 'com.github.Andre1299:CompareString:44.0'
+        compile 'com.github.Andre1299:CompareString:1.4'
         compile 'commons-io:commons-io:2.4'
     }
 
-- 
GitLab