Preparing release

This commit is contained in:
y20k 2020-10-06 21:53:29 +02:00
parent 7805f6aaeb
commit 40805cde84
No known key found for this signature in database
GPG key ID: 824D4259F41FAFF6
3 changed files with 13 additions and 8 deletions

View file

@ -5,14 +5,13 @@ apply plugin: 'androidx.navigation.safeargs.kotlin'
android { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId 'org.y20k.trackbook' applicationId 'org.y20k.trackbook'
minSdkVersion 25 minSdkVersion 25
targetSdkVersion 30 targetSdkVersion 30
versionCode 43 versionCode 44
versionName '2.0.6' versionName '2.0.7'
resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "zh-rCN" resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "zh-rCN"
} }

View file

@ -10,7 +10,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.android.tools.build:gradle:4.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"

View file

@ -0,0 +1,6 @@
# v2.0.7 - Echoes
**2020-10-07**
- improves layout for phones with a display cutout
- updated translations