preparing release

master
y20k 2020-09-02 16:00:57 +02:00
parent 2776f00eaa
commit 371c521a85
No known key found for this signature in database
GPG Key ID: 824D4259F41FAFF6
3 changed files with 17 additions and 4 deletions

View File

@ -40,7 +40,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".debug"
// Comment out the below lines if you do not need to test resource shrinking
// minifyEnabled true
// shrinkResources true
// proguardFiles getDefaultProguardFile(
// 'proguard-android-optimize.txt'),
// 'proguard-rules.pro'
}
}
}
@ -52,8 +57,8 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8'
// AndroidX
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.core:core-ktx:1.3.1'
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"

View File

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.3.72'
kotlin_version = '1.4.0'
navigation_version = '2.3.0'
}
repositories {

View File

@ -0,0 +1,8 @@
# v2.0.6 - Echoes
**2020-09-02**
- a tap on a waypoint now marks it as a point of interest
- updated translations
- bug fixes
- removes auto-import for Trackbook files in the old format