chore: clean repo for CV sharing

- Remove hardcoded Gitea token, use BuildConfig instead

- Remove unnecessary CHANGELOG.md
This commit is contained in:
Renato97
2026-03-31 01:16:13 -03:00
parent 93f4c4c982
commit d2e54da170
7 changed files with 2 additions and 29 deletions

View File

@@ -25,8 +25,8 @@ class UpdateService(context: Context) {
private const val REPO_OWNER = "renato97"
private const val REPO_NAME = "iptv-app"
// Token de Gitea para acceder a releases privados
private const val GITEA_TOKEN = "efeed2af00597883adb04da70bd6a7c2993ae92d"
// Token de Gitea para acceder a releases - obtenido de BuildConfig
private val GITEA_TOKEN: String = BuildConfig.GITEA_TOKEN
// Endpoints
private const val LATEST_RELEASE_ENDPOINT = "$GITEA_API_URL/repos/$REPO_OWNER/$REPO_NAME/releases/latest"