Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Aug 10, 2020
1 parent 0b478c4 commit 8b7a256
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -31,8 +31,8 @@ android {
applicationId "de.westnordost.streetcomplete"
minSdkVersion 17
targetSdkVersion 29
versionCode 2201
versionName "22.0"
versionCode 2202
versionName "22.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v22.1: |
<h3>Fixes</h3>
<ul>
<li>Fix login failing with the app crashing (#2007)</li>
<li>Fix some crashes when app comes into foreground again (#2003 and more)</li>
</ul>
v22.0: |
<h3>Enhancements</h3>
<ul>
Expand Down

0 comments on commit 8b7a256

Please sign in to comment.