preparing release
This commit is contained in:
parent
11610cca87
commit
5d041e0aeb
3 changed files with 8 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
5
metadata/en-US/changelogs/46.txt
Normal file
5
metadata/en-US/changelogs/46.txt
Normal 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
|
Loading…
Reference in a new issue