Commit 66faefc7 authored by fallenstardust's avatar fallenstardust

改动先行下载地址

获得版本号地址
parent 310dc6d1
...@@ -10,7 +10,7 @@ android { ...@@ -10,7 +10,7 @@ android {
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 390101202 versionCode 390101202
versionName "3.8.10" versionName "3.9.1"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
...@@ -148,7 +148,8 @@ public interface Constants { ...@@ -148,7 +148,8 @@ public interface Constants {
String URL_HELP = "http://note.youdao.com/noteshare?id=8ae2dc824b7dc04a95a4665a938e2251"; String URL_HELP = "http://note.youdao.com/noteshare?id=8ae2dc824b7dc04a95a4665a938e2251";
String URL_MASTER_RULE_CN = "https://ocg-rule.readthedocs.io/"; String URL_MASTER_RULE_CN = "https://ocg-rule.readthedocs.io/";
String WIKI_SEARCH_URL = "https://ygocdb.com/card/"; String WIKI_SEARCH_URL = "https://ygocdb.com/card/";
String URL_YGO233_ADVANCE = "https://ygo233.com/pre"; String URL_YGO233_ADVANCE = "https://ygo233.com/pre/download-ygomobile";
String URL_YGO233_DATAVER = "https://ygo233.com/pre/dataver";
String URL_YGO233_FILE = "https://cdn.233.momobako.com/ygosrv233/20211122084301/ygosrv233-pre-mobile.zip"; String URL_YGO233_FILE = "https://cdn.233.momobako.com/ygosrv233/20211122084301/ygosrv233-pre-mobile.zip";
String SERVER_FILE = "server_list.xml"; String SERVER_FILE = "server_list.xml";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment