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'
}

View file

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.0'
ext.kotlin_version = '1.4.30'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View file

@ -0,0 +1,6 @@
1.4.3:
- automatic day/night themes
- Add Arabic PC layout
- German layout fixes
- changes to themes
- bugfixes

View file

@ -0,0 +1,6 @@
1.4.3:
- aggiunta modalità giorno/notte
- aggiunto layout Arabic PC
- cambiamenti al layout tedesco
- cambiamenti ai temi
- bugfix