From 9d2f9445a32aa9a248a7733bef4eec689e9a1110 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Fri, 1 May 2026 16:51:45 +0700 Subject: [PATCH] docs(fdroid): prepare 0.8.3 metadata --- docs/fdroid/fivechan.android.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/fdroid/fivechan.android.yml b/docs/fdroid/fivechan.android.yml index 5f8cca45..e3abd611 100644 --- a/docs/fdroid/fivechan.android.yml +++ b/docs/fdroid/fivechan.android.yml @@ -1,5 +1,5 @@ # Draft metadata for https://gitlab.com/fdroid/fdroiddata. -# Replace the commit field with the full v0.8.2 commit hash before opening the F-Droid merge request. +# Replace the commit field with the full v0.8.3 commit hash before opening the F-Droid merge request. Categories: - Internet License: GPL-3.0-or-later @@ -15,9 +15,9 @@ RepoType: git Repo: https://github.com/bitsocialnet/5chan Builds: - - versionName: '0.8.2' - versionCode: 802 - commit: TODO_REPLACE_WITH_V0_8_2_COMMIT_HASH + - versionName: '0.8.3' + versionCode: 803 + commit: TODO_REPLACE_WITH_V0_8_3_COMMIT_HASH subdir: android sudo: - curl -Lo node.tar.xz https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-x64.tar.xz @@ -36,11 +36,11 @@ Builds: gradle: - fdroid gradleprops: - - APP_VERSION_NAME=0.8.2 - - APP_VERSION_CODE=802 + - APP_VERSION_NAME=0.8.3 + - APP_VERSION_CODE=803 output: app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.8.2' -CurrentVersionCode: 802 +CurrentVersion: '0.8.3' +CurrentVersionCode: 803