From f58e202cddeb468b61a50df8809bd6e7548456e6 Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Thu, 11 Jan 2018 16:06:47 +0100 Subject: downgrade sdk to 26.0.0 to be able to build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 94c6fa74..52c64ab7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '26.0.0' defaultConfig { applicationId "se.leap.bitmaskclient" -- cgit v1.2.3