v10.1.10: Cambiar a HTTP para evitar errores de certificado

This commit is contained in:
Renato
2026-02-19 16:54:04 -03:00
parent cff9658060
commit 4e92ee6149
5 changed files with 71 additions and 71 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 35
versionCode 100108
versionName "10.1.8"
versionCode 100110
versionName "10.1.10"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}