update build.gradle

This commit is contained in:
tateisu 2019-10-07 01:02:21 +09:00
parent 907abcf5f8
commit 343215961c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion target_sdk_version
@ -26,7 +26,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'commons-io:commons-io:2.6'
implementation 'androidx.annotation:annotation:1.1.0'
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.1.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {