feat:修改接口地址

This commit is contained in:
Max
2023-11-24 10:18:35 +08:00
parent 7b773d0558
commit 85dff2ac90
4 changed files with 6 additions and 65 deletions

View File

@@ -140,8 +140,8 @@ android {
}
buildTypes {
def server_url_debug = '"http://beta.api.pekolive.com/"'
def server_url_release = '"https://api.anan.chat/"'
def server_url_debug = '"http://beta.api.hiyoo.fun/"'
def server_url_release = '"https://api.hiyoo.fun/"'
debug {
println("minifyEnabled = " + minify_enabled)