diff --git a/app/app.iml b/app/app.iml index ffb057b5..2e6fbfb8 100644 --- a/app/app.iml +++ b/app/app.iml @@ -50,13 +50,6 @@ - - - - - - - @@ -65,6 +58,13 @@ + + + + + + + @@ -126,25 +126,14 @@ - - - - - - - - - - - diff --git a/app/build.gradle b/app/build.gradle index b23cd0fe..035cabaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application' model { android { compileSdkVersion = 25 - buildToolsVersion = "25.0.3" + buildToolsVersion = "26.0.0" defaultConfig { applicationId = "eu.faircode.netguard" diff --git a/build.gradle b/build.gradle index 6fb7923a..866d1783 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.9.2' + classpath 'com.android.tools.build:gradle-experimental:0.9.3' classpath 'com.google.gms:google-services:3.0.0' // NOTE: Do not place your application dependencies here; they belong