Aggiunge il flavor Android collaudo installabile accanto all'app di produzione.

Usa un applicationId distinto, icona con fascia gialla e API su collaudo.matchlivetv.it.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-13 20:19:20 +02:00
co-authored by Cursor
parent 061b7fad8b
commit 9225318e1a
17 changed files with 103 additions and 14 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ API_BASE_URL="${API_BASE_URL:-https://www.matchlivetv.it}"
cd "$ANDROID_DIR"
chmod +x gradlew
./gradlew assembleRelease -PAPI_BASE_URL="$API_BASE_URL"
./gradlew assembleProdRelease -PAPI_BASE_URL="$API_BASE_URL"
APK="$ANDROID_DIR/app/build/outputs/apk/release/app-release.apk"
APK="$ANDROID_DIR/app/build/outputs/apk/prod/release/app-prod-release.apk"
echo "APK: $APK"
echo "API_BASE_URL=$API_BASE_URL"