preparing release
This commit is contained in:
parent
7ed419c1ed
commit
c7c72a1ba6
3 changed files with 12 additions and 3 deletions
|
@ -51,7 +51,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Kotlin
|
// Kotlin
|
||||||
def coroutinesVersion = "1.4.3"
|
def coroutinesVersion = "1.5.0"
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
|
||||||
|
@ -60,7 +60,7 @@ dependencies {
|
||||||
def navigationVersion = "2.3.5"
|
def navigationVersion = "2.3.5"
|
||||||
implementation "androidx.activity:activity-ktx:1.3.1"
|
implementation "androidx.activity:activity-ktx:1.3.1"
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
||||||
implementation 'androidx.core:core-ktx:1.6.0'
|
implementation 'androidx.core:core-ktx:1.6.0'
|
||||||
implementation "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
|
implementation "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
|
||||||
implementation "androidx.navigation:navigation-ui-ktx:$navigationVersion"
|
implementation "androidx.navigation:navigation-ui-ktx:$navigationVersion"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.5.30'
|
kotlin_version = '1.5.31'
|
||||||
navigation_version = '2.3.3'
|
navigation_version = '2.3.3'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|
9
metadata/en-US/changelogs/48.txt
Normal file
9
metadata/en-US/changelogs/48.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# v2.1.0 - See Emily Play
|
||||||
|
|
||||||
|
**2021-09-30**
|
||||||
|
|
||||||
|
- hugely improved accuracy of the distance calculation
|
||||||
|
- improved and more accurate processing of elevation data
|
||||||
|
- step counter now works on Android 10+
|
||||||
|
- updated translations
|
||||||
|
- bug fixes
|
Loading…
Reference in a new issue