Update: Use new domain streamtpcloud.com for events and streams

- Updated EventRepository to point to streamtpcloud.com/eventos.json
- Updated ChannelRepository URLs to streamtpcloud.com
- Updated PlayerActivity Origin header
- Bumped version to 10.0.2
This commit is contained in:
renato97
2026-01-26 21:53:56 +01:00
parent bac564eb4f
commit df296d7172
6 changed files with 96 additions and 78 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 33
versionCode 100100
versionName "10.0.1"
versionCode 100200
versionName "10.0.2"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}