@@ -2324,13 +2324,13 @@ plugin1=${plugin1.path}
2324
2324
' 1. Open <host>/app/build.gradle\n '
2325
2325
' 2. Ensure you have the repositories configured, otherwise add them:\n '
2326
2326
'\n '
2327
- ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "storage.googleapis.com"\n '
2327
+ ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https:// storage.googleapis.com"\n '
2328
2328
' repositories {\n '
2329
2329
' maven {\n '
2330
2330
" url 'build/'\n "
2331
2331
' }\n '
2332
2332
' maven {\n '
2333
- " url 'https:// \$ storageUrl/download.flutter.io'\n "
2333
+ " url '\$ storageUrl/download.flutter.io'\n "
2334
2334
' }\n '
2335
2335
' }\n '
2336
2336
'\n '
@@ -2375,13 +2375,13 @@ plugin1=${plugin1.path}
2375
2375
' 1. Open <host>/app/build.gradle\n '
2376
2376
' 2. Ensure you have the repositories configured, otherwise add them:\n '
2377
2377
'\n '
2378
- ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "storage.googleapis.com"\n '
2378
+ ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https:// storage.googleapis.com"\n '
2379
2379
' repositories {\n '
2380
2380
' maven {\n '
2381
2381
" url 'build/'\n "
2382
2382
' }\n '
2383
2383
' maven {\n '
2384
- " url 'https:// \$ storageUrl/download.flutter.io'\n "
2384
+ " url '\$ storageUrl/download.flutter.io'\n "
2385
2385
' }\n '
2386
2386
' }\n '
2387
2387
'\n '
@@ -2413,13 +2413,13 @@ plugin1=${plugin1.path}
2413
2413
' 1. Open <host>/app/build.gradle\n '
2414
2414
' 2. Ensure you have the repositories configured, otherwise add them:\n '
2415
2415
'\n '
2416
- ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "storage.googleapis.com"\n '
2416
+ ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https:// storage.googleapis.com"\n '
2417
2417
' repositories {\n '
2418
2418
' maven {\n '
2419
2419
" url 'build/'\n "
2420
2420
' }\n '
2421
2421
' maven {\n '
2422
- " url 'https:// \$ storageUrl/download.flutter.io'\n "
2422
+ " url '\$ storageUrl/download.flutter.io'\n "
2423
2423
' }\n '
2424
2424
' }\n '
2425
2425
'\n '
@@ -2452,13 +2452,13 @@ plugin1=${plugin1.path}
2452
2452
' 1. Open <host>/app/build.gradle\n '
2453
2453
' 2. Ensure you have the repositories configured, otherwise add them:\n '
2454
2454
'\n '
2455
- ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "storage.googleapis.com"\n '
2455
+ ' String storageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https:// storage.googleapis.com"\n '
2456
2456
' repositories {\n '
2457
2457
' maven {\n '
2458
2458
" url 'build/'\n "
2459
2459
' }\n '
2460
2460
' maven {\n '
2461
- " url 'https:// \$ storageUrl/download.flutter.io'\n "
2461
+ " url '\$ storageUrl/download.flutter.io'\n "
2462
2462
' }\n '
2463
2463
' }\n '
2464
2464
'\n '
0 commit comments