From 254a9e4d46d4c31e18bc7aaa7b1b3b0c28a01fad Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Thu, 13 May 2021 17:21:16 -0400 Subject: [PATCH] Fix formatting of NaN --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/46.txt | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/46.txt diff --git a/app/build.gradle b/app/build.gradle index 877b596d6..645a999a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.kylecorry.trail_sense" minSdkVersion 23 targetSdkVersion 30 - versionCode 45 - versionName "2.2.1" + versionCode 46 + versionName "2.2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3' - implementation 'com.github.kylecorry31:Trail-Sense-Core:3.1.1' + implementation 'com.github.kylecorry31:Trail-Sense-Core:3.1.2' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android:flexbox:2.0.1' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' diff --git a/fastlane/metadata/android/en-US/changelogs/46.txt b/fastlane/metadata/android/en-US/changelogs/46.txt new file mode 100644 index 000000000..bf475acf1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.txt @@ -0,0 +1,11 @@ +- Sighting compass (experimental, get a more accurate bearing with your camera) + - Enable sighting compass by turning on experimental features, camera features, and linear compass +- Custom beacon colors +- NMEA altitude support +- Battery history +- Last signal beacon (when Backtrack is enabled) +- Merge distance and coordinate convert +- Map improvements (experimental, fix perspective, rotate) +- New barometer auto calibration method (experimental, enable in barometer settings) - feedback would be really helpful +- Reduce memory usage +- Bug fixes \ No newline at end of file