新增 Firebase Crashlytics、Firebase Analytics 和 Firebase Performance 统计功能

This commit is contained in:
2024-09-01 16:59:11 +08:00
parent 076ca7498e
commit f2a37d21ca
4 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ package com.aiosman.riderpro
object ConstVars {
// api 地址
// const val BASE_SERVER = "http://192.168.31.190:8088"
// const val BASE_SERVER = "http://192.168.31.251:8088"
// const val BASE_SERVER = "http://192.168.31.36:8088"
const val BASE_SERVER = "https://8.137.22.101:8088"
}