| @@ -0,0 +1,22 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="CompilerConfiguration"> | |||||
| <resourceExtensions /> | |||||
| <wildcardResourcePatterns> | |||||
| <entry name="!?*.java" /> | |||||
| <entry name="!?*.form" /> | |||||
| <entry name="!?*.class" /> | |||||
| <entry name="!?*.groovy" /> | |||||
| <entry name="!?*.scala" /> | |||||
| <entry name="!?*.flex" /> | |||||
| <entry name="!?*.kt" /> | |||||
| <entry name="!?*.clj" /> | |||||
| <entry name="!?*.aj" /> | |||||
| </wildcardResourcePatterns> | |||||
| <annotationProcessing> | |||||
| <profile default="true" name="Default" enabled="false"> | |||||
| <processorPath useClasspath="true" /> | |||||
| </profile> | |||||
| </annotationProcessing> | |||||
| </component> | |||||
| </project> | |||||
| @@ -0,0 +1,3 @@ | |||||
| <component name="CopyrightManager"> | |||||
| <settings default="" /> | |||||
| </component> | |||||
| @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions' | |||||
| android { | android { | ||||
| compileSdkVersion 26 | compileSdkVersion 26 | ||||
| buildToolsVersion "26.0.0" | |||||
| buildToolsVersion '26.0.2' | |||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "de.mlte.soundboard" | applicationId "de.mlte.soundboard" | ||||
| minSdkVersion 21 | minSdkVersion 21 | ||||
| @@ -7,7 +7,7 @@ buildscript { | |||||
| jcenter() | jcenter() | ||||
| } | } | ||||
| dependencies { | 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" | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||||
| // NOTE: Do not place your application dependencies here; they belong | // NOTE: Do not place your application dependencies here; they belong | ||||