Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Sep 9, 2021
1 parent 38a0bce commit edbeec6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 17
targetSdk = 30
versionCode = 3401
versionName = "34.0"
versionCode = 3402
versionName = "34.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v34.1: |
<h3>Enhancements</h3>
<ul>
<li>If you answer that a place has no vegetarian food, it also means that it has no vegan food (#3253) by @Helium314</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix crash when asking whether a traffic calming (etc.) still exists (#3261)</li>
<li>Fix crash during scanning for quests</li>
<li>Don't delete certain tags when selecting that a shop is now vacant (#3244)</li>
</ul>
v34.0: |
<h3>🚌🚴 Quest presets</h3>
<ul>
Expand Down

0 comments on commit edbeec6

Please sign in to comment.