From 509cd3d8894478dc1703ebe4dfd57e6a0d5322d9 Mon Sep 17 00:00:00 2001 From: Malte Schmitz Date: Sat, 17 Feb 2018 12:09:42 +0100 Subject: [PATCH] Update Android Studio --- .idea/compiler.xml | 22 ++++++++++++++++++++++ .idea/copyright/profiles_settings.xml | 3 +++ app/build.gradle | 2 +- build.gradle | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 16e315c..bc68838 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 26 - buildToolsVersion "26.0.0" + buildToolsVersion '26.0.2' defaultConfig { applicationId "de.mlte.soundboard" minSdkVersion 21 diff --git a/build.gradle b/build.gradle index d4f002d..d7433fb 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-beta4' + classpath 'com.android.tools.build:gradle:3.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong