Skip to content

Commit 7b68678

Browse files
committed
version up
1 parent 4e70700 commit 7b68678

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v61.0
3+
## v61.0-beta1
44

55
### Android below 7.1 no longer supported (#6210)
66

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId = "de.westnordost.streetcomplete"
3636
minSdk = 25
3737
targetSdk = 35
38-
versionCode = 6006
39-
versionName = "60.3"
38+
versionCode = 6100
39+
versionName = "61.0-beta1"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
}
4242

app/src/main/res/raw/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Do not edit! This file was generated automatically from CHANGELOG.md via UpdateChangelogTask -->
2-
<h2>v61.0</h2>
2+
<h2>v61.0-beta1</h2>
33
<h3>Android below 7.1 no longer supported (<a href="https://github.com/streetcomplete/StreetComplete/issues/6210">#6210</a>)</h3>
44
<p>In reality, support for Android versions below 7.1 has already been just on-paper for a while now,
55
as more and more issues with old Androids have been popping up lately that cannot be fixed on our

0 commit comments

Comments
 (0)