Update version to v9.1.2 with IP fix
- Incremented versionCode to 91020 and versionName to 9.1.2 - APK built with Device Registry URL pointing to public IP - Fixed localhost issue for remote device registration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "com.streamplayer"
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 91010
|
||||
versionName "9.1.1"
|
||||
versionCode 91020
|
||||
versionName "9.1.2"
|
||||
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user