From 921c450f037fe5f2d3f1e17206c3d4a1bfe7f371 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 21 Nov 2025 18:03:23 -0700 Subject: [PATCH] Remove TBD's in FDroid env file. --- Config/F-DroidRepo/example.env | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Config/F-DroidRepo/example.env b/Config/F-DroidRepo/example.env index 325930e..bf5e71f 100644 --- a/Config/F-DroidRepo/example.env +++ b/Config/F-DroidRepo/example.env @@ -19,14 +19,9 @@ REPO_NAME="Hyperling's Apps" ## Files ## # Should be provided as URLs directly to the APK files. +# TBD: Eventually change APKs to not have version number in them. +# - Currently being done because Obtainium does not read the Gitea release/tag. -# TBD/TODO: Remove version from app and have it in the APK? -#FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/TBD" -#FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/TBD" -#FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/TBD" -#FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/TBD" -#FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TBD" -#FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/latest/TBD" FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/CarbUp_v1.0.1.apk" FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/ExpenseTracker_v0.1.3.apk" FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/InfiniteTimer_v1.1.1.apk"