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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user