mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
fix
This commit is contained in:
parent
2f036e4d13
commit
3674742c27
@ -34,7 +34,7 @@ class Api {
|
|||||||
static Future<Map<String, dynamic>> getAppReleaseDataByVersionName(
|
static Future<Map<String, dynamic>> getAppReleaseDataByVersionName(
|
||||||
String version) async {
|
String version) async {
|
||||||
final r = await RSHttp.getText(
|
final r = await RSHttp.getText(
|
||||||
"${URLConf.gitlabApiPath}/repos/SCToolBox/Release/releases/tags/$version");
|
"${URLConf.gitlabApiPath}repos/SCToolBox/Release/releases/tags/$version");
|
||||||
return json.decode(r);
|
return json.decode(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user