Release 2.0-alpha9

This commit is contained in:
Torsten Grote
2026-04-27 17:48:28 -03:00
parent 3a524603ae
commit 27e79114fa
29 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = "org.fdroid"
minSdk = 24
targetSdk = 36
versionCode = 2000008
versionName = "2.0-alpha8"
versionCode = 2000009
versionName = "2.0-alpha9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}