update gradle

This commit is contained in:
dslul 2020-09-04 18:23:05 +02:00
parent 59fbe976df
commit f37d596e49
3 changed files with 8 additions and 7 deletions

View file

@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "org.dslul.openboard.inputmethod.latin"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 10
versionName "1.3"
}
@ -33,12 +33,13 @@ android {
lintOptions {
checkReleaseBuilds false
}
ndkVersion '21.3.6528147'
}
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.core:core-ktx:1.1.0"
implementation 'androidx.core:core-ktx:1.3.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {