release 1.4.3

This commit is contained in:
dslul 2021-05-03 09:12:23 +02:00
parent a77b6755d9
commit d50265f04d
4 changed files with 17 additions and 5 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "org.dslul.openboard.inputmethod.latin"
minSdkVersion 19
targetSdkVersion 30
versionCode 14
versionName '1.4.2'
versionCode 15
versionName '1.4.3'
}
buildTypes {
@ -43,7 +43,7 @@ android {
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.3.1'
implementation 'androidx.core:core-ktx:1.3.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
}