Skip to content

Commit

Permalink
Added backup release API
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 2, 2021
1 parent a4b7bbc commit dce0a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/releases_service/releases_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ String getReleasesUrl({String? platform}) {

String _getBackupReleaseUrl({String? platform}) {
platform ??= Platform.operatingSystem;
return 'https://raw.githubusercontent.com/leoafarias/fvm/master/assets/releases_$platform.json';
return 'https://raw.githubusercontent.com/leoafarias/flutter_flat_data/main/releases_$platform.json';
}

FlutterReleases? _cacheReleasesRes;
Expand Down

0 comments on commit dce0a3b

Please sign in to comment.