preparing release

master
y20k 2020-10-13 22:13:14 +02:00
parent 11610cca87
commit 5d041e0aeb
No known key found for this signature in database
GPG Key ID: 824D4259F41FAFF6
3 changed files with 8 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'org.y20k.trackbook'
minSdkVersion 25
targetSdkVersion 30
versionCode 45
versionName '2.0.8'
versionCode 46
versionName '2.0.9'
resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "tr", "zh-rCN"
}

View File

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

View File

@ -0,0 +1,5 @@
# v2.0.9 - Echoes
**2020-10-14**
- fixes a bug where recordings could not be saved as GPX under Android 11