Fix: Bypass regional blocks using Google DNS (DoH)

- Updated StreamUrlResolver to use OkHttp with Google DoH
- Updated PlayerActivity to use Google DoH (8.8.8.8)
- Bumped version to 10.0.3
This commit is contained in:
renato97
2026-01-26 21:59:05 +01:00
parent df296d7172
commit b6612c4544
4 changed files with 67 additions and 43 deletions

View File

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