Feature: Enable in-app updates for private repository

- Added Gitea API token authentication to UpdateManager
- Now can check releases from private repository
- Bumped version to 10.0.5
This commit is contained in:
renato97
2026-01-26 22:08:51 +01:00
parent e3aafd3290
commit 5bd1a2737d
2 changed files with 9 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 33
versionCode 100400
versionName "10.0.4"
versionCode 100500
versionName "10.0.5"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}