We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a0dde commit 1b14706Copy full SHA for 1b14706
lib/common/net/address.dart
@@ -6,7 +6,7 @@ class Address {
6
static const String host = "https://api.github.com/";
7
static const String hostWeb = "https://github.com/";
8
static const String graphicHost = 'https://ghchart.rshah.org/';
9
- static const String updateUrl = 'https://www.pgyer.com/guqa';
+ static const String updateUrl = 'https://gitee.com/CarGuo/GSYGithubAppFlutter/releases';
10
11
///获取授权 post
12
static getAuthorization() {
0 commit comments