Skip to content

Commit

Permalink
up versio and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 2, 2020
1 parent 3283683 commit a4c5d86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdkVersion(17)
targetSdkVersion(29)
versionCode = 2601
versionName = "26.0-beta2"
versionCode = 2602
versionName = "26.0-beta3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -196,4 +196,4 @@ tasks.register<GenerateMetadataByCountry>("generateMetadataByCountry") {
group = "streetcomplete"
sourceDir = "$rootDir/res/country_metadata"
targetDir = "$projectDir/src/main/assets/country_metadata"
}
}
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v26.0-beta3: |
<ul>
<li>Fixed problem with build system - beta2 didn't start at all (#2224)</li>
<li>Fix leaf type quest showing up for too many elements (#2226)</li>
</ul>
v26.0-beta2: |
<ul>
<li>Added Croatian translation by Matija Nalis</li>
Expand Down

0 comments on commit a4c5d86

Please sign in to comment.