Follow the repo move to the be-nj organisation
Some checks failed
Build TV app / build (push) Failing after 2s

Updater and README point at the new path. The old one redirects, but the
updater should not depend on that. Also drops a stale GitHub-specific
Accept header.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-26 02:33:47 +02:00
parent 8068f34a4e
commit 5b5842b657
3 changed files with 6 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "dev.castarr.tv"
minSdk = 26
targetSdk = 35
versionCode = 24
versionName = "0.9.1"
versionCode = 25
versionName = "0.9.2"
}
// Release signing from environment (see ~/.keys/castarr-release.env on the