summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-01-11 16:06:47 +0100
committerFup Duck <fupduck@sacknagel.com>2018-01-11 16:06:47 +0100
commitf58e202cddeb468b61a50df8809bd6e7548456e6 (patch)
tree2fee4a139c2489db379353485843232cf7334fe0
parentcf3e7cf082127519cd16bdf48bd1ccecf47579b9 (diff)
downgrade sdk to 26.0.0 to be able to build
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
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"