From a08f32b20cc291fefd3fb17f74abfca2fa2f5355 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Oct 2016 08:41:37 +0200 Subject: [PATCH] Updated build tools, target API 25 --- app/app.iml | 30 +++++++++++++++--------------- app/build.gradle | 4 ++-- build.gradle | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/app.iml b/app/app.iml index fed122d8..7bef3b79 100644 --- a/app/app.iml +++ b/app/app.iml @@ -51,13 +51,6 @@ - - - - - - - @@ -65,6 +58,13 @@ + + + + + + + @@ -107,13 +107,6 @@ - - - - - - - @@ -121,6 +114,13 @@ + + + + + + + @@ -164,7 +164,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 44930452..a4d40056 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.model.application' model { android { - compileSdkVersion = 24 - buildToolsVersion = "24.0.3" + compileSdkVersion = 25 + buildToolsVersion = "25" defaultConfig { applicationId = "eu.faircode.netguard" diff --git a/build.gradle b/build.gradle index 281cbd90..d1ebd1f1 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { // http://tools.android.com/tech-docs/new-build-system/gradle-experimental - classpath 'com.android.tools.build:gradle-experimental:0.8.1' + classpath 'com.android.tools.build:gradle-experimental:0.8.2' classpath 'com.google.gms:google-services:3.0.0' // NOTE: Do not place your application dependencies here; they belong