Skip to content

Commit

Permalink
Prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jul 26, 2020
1 parent ddcfbe8 commit 2157fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.kylecorry.trail_sense"
minSdkVersion 23
targetSdkVersion 29
versionCode 8
versionName "0.5.1"
versionCode 9
versionName "0.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed bug where the monitor weather notification would show up even if there is no barometer
- Fixed crash when an invalid coordinate is entered

0 comments on commit 2157fa5

Please sign in to comment.