Skip to content

Commit

Permalink
bump vc to 39 for v0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed Apr 27, 2024
1 parent 88ce46e commit 893d34c
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -9,8 +9,8 @@ android {
applicationId "com.openathena"
minSdk 28
targetSdk 33
versionCode 38
versionName "0.20.3"
versionCode 39
versionName "0.20.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.debug
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<ul>
<li>Improve readability of output in MGRS mode using whitespace characters</li>
<li>Significantly improved pinch to zoom implementation</li>
</ul>

0 comments on commit 893d34c

Please sign in to comment.