生产环境域名修改
This commit is contained in:
@@ -137,8 +137,7 @@ android {
|
|||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
// buildConfigField "String", "BASE_URL", "\"https://api.lecheng163.com/\""
|
buildConfigField "String", "BASE_URL", "\"https://api.pekolive.com/\""
|
||||||
buildConfigField "String", "BASE_URL", "\"https://beta.api.pekolive.com/\""
|
|
||||||
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
||||||
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
|
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
|
||||||
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"
|
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"
|
||||||
@@ -151,8 +150,8 @@ android {
|
|||||||
debug {
|
debug {
|
||||||
buildConfigField "String", "BASE_URL", "\"https://beta.api.pekolive.com/\""
|
buildConfigField "String", "BASE_URL", "\"https://beta.api.pekolive.com/\""
|
||||||
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
||||||
buildConfigField "String", "BASE_URL_STAGING", "\"https://api.lecheng163.com/\""
|
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
|
||||||
buildConfigField "String", "BASE_URL_RELEASE", "\"https://api.lecheng163.com/\""
|
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
shrinkResources false
|
shrinkResources false
|
||||||
signingConfig signingConfigs.v2
|
signingConfig signingConfigs.v2
|
||||||
@@ -176,8 +175,8 @@ android {
|
|||||||
def Lombok = "1.18.18"
|
def Lombok = "1.18.18"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||||
implementation fileTree(dir: 'aliyun-libs', include: ['*.jar','*.aar'])
|
implementation fileTree(dir: 'aliyun-libs', include: ['*.jar', '*.aar'])
|
||||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||||
implementation 'com.google.android.material:material:1.4.+'
|
implementation 'com.google.android.material:material:1.4.+'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||||
|
23
channel.txt
23
channel.txt
@@ -1,22 +1 @@
|
|||||||
official
|
official
|
||||||
yingyongbao
|
|
||||||
vivo
|
|
||||||
oppo
|
|
||||||
xiaomi
|
|
||||||
xingqiu0
|
|
||||||
xingqiu1
|
|
||||||
xingqiu2
|
|
||||||
xingqiu3
|
|
||||||
xingqiu4
|
|
||||||
xingqiu5
|
|
||||||
xingqiu6
|
|
||||||
xingqiu7
|
|
||||||
xingqiu8
|
|
||||||
xingqiu9
|
|
||||||
xingqiu10
|
|
||||||
yingyongbao01
|
|
||||||
yingyongbao02
|
|
||||||
yingyongbao03
|
|
||||||
gongzhonghao
|
|
||||||
toutiao
|
|
||||||
kuaishou-xxl-01
|
|
@@ -249,7 +249,7 @@ public class XChatConstants {
|
|||||||
/**
|
/**
|
||||||
* Referer (RELEASE)
|
* Referer (RELEASE)
|
||||||
*/
|
*/
|
||||||
public static final String KEY_REFERER_RELEASE = "https://api.lecheng163.com/";
|
public static final String KEY_REFERER_RELEASE = "https://api.pekolive.com/";
|
||||||
public static final String APP_MARK = "peko";
|
public static final String APP_MARK = "peko";
|
||||||
/**
|
/**
|
||||||
* 聊天室文本消息易盾反垃圾業務id
|
* 聊天室文本消息易盾反垃圾業務id
|
||||||
|
@@ -10,16 +10,11 @@ import com.yizhuan.xchat_android_core.utils.Logger;
|
|||||||
*/
|
*/
|
||||||
public class UriProvider {
|
public class UriProvider {
|
||||||
|
|
||||||
|
|
||||||
public static String SERVER_DEBUG = "http://beta.tutuyuyin.com/";
|
|
||||||
|
|
||||||
public static String SERVER_STAGING = "http://staging.tutuyuyin.com/";
|
|
||||||
public static String SERVER_RELEASE = "https://www.tutuyuyin.com/";
|
|
||||||
/**
|
/**
|
||||||
* 默认以下生产环境地址
|
* 默认以下生产环境地址
|
||||||
*/
|
*/
|
||||||
public static String JAVA_WEB_URL = "https://beta.api.pekolive.com/";
|
public static String JAVA_WEB_URL = "https://api.pekolive.com/";
|
||||||
public static String IM_SERVER_URL = "https://beta.api.pekolive.com/";
|
public static String IM_SERVER_URL = "https://api.pekolive.com/";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化URL
|
* 初始化URL
|
||||||
|
@@ -24,5 +24,5 @@ only_arm64=false
|
|||||||
|
|
||||||
channel_file=channel.txt
|
channel_file=channel.txt
|
||||||
|
|
||||||
version_name=1.0.7
|
version_name=1.1.0.0
|
||||||
version_code=107
|
version_code=110
|
Reference in New Issue
Block a user