Skip to content

Commit

Permalink
Fix formatting of NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed May 13, 2021
1 parent c98fbb4 commit 254a9e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 254a9e4

Please # to comment.