Release 2.18.1

Bump versionName/versionCode, date the CHANGELOG section, and hand-write the
What's New for every shipped language — including en-GB, which is Play's
default locale and therefore where its fallback looks.
This commit is contained in:
2026-08-06 20:01:07 +02:00
parent 537d267e9f
commit eccd28b8f2
13 changed files with 26 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ android {
// which builds this version and then creates the matching vX.Y.Z tag +
// release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 +
// PATCH from versionName, e.g. 2.7.2 -> 20702). See docs/RELEASING.md.
versionCode = 21800
versionName = "2.18.0"
versionCode = 21801
versionName = "2.18.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}