preparing release

master
y20k 2020-02-26 14:59:21 +01:00
parent 8f9e65dd73
commit 3b5669a3a0
No known key found for this signature in database
GPG Key ID: 824D4259F41FAFF6
4 changed files with 15 additions and 8 deletions

View File

@ -49,11 +49,11 @@ android {
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'
// minifyEnabled true
// shrinkResources true
// proguardFiles getDefaultProguardFile(
// 'proguard-android-optimize.txt'),
// 'proguard-rules.pro'
}
}

View File

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.2.0"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Mon Sep 09 18:28:26 CEST 2019
#Wed Feb 26 14:43:25 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

View File

@ -0,0 +1,7 @@
# v2.0.0 - Echoes
**2020-02-26**
Although it might look, as if not much has changed, Trackbook has been re-written completely from scratch. Apart from resulting in better readable code for me, there are also a few new features in here:
- a Quick Settings tile allows starting a recording with one tap from anywhere
- the list of previous track allows you to mark your favorite recordings
- a new Settings screen offers some basic choices, like miles or kilometers, or light mode or dark mode theme