Release v2.20.2 (#299)
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 7s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Failing after 7m20s
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Skipped

This commit is contained in:
Jean-Luc Makiola
2026-09-12 15:49:04 +02:00
parent 0fb3df0b3a
commit 20c20b71ea
14 changed files with 19 additions and 31 deletions
+2 -2
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 = 22001
versionName = "2.20.1"
versionCode = 22002
versionName = "2.20.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}