From 19c4cf60247ba23c1fc00beecc28c28e694f2d86 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Thu, 6 Sep 2018 14:47:38 +0200 Subject: [PATCH] trying to get fdroid to build the app --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e2e439..f7d2dc5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files