feat:修改包名

This commit is contained in:
Max
2023-11-11 10:14:41 +08:00
parent 1b0391f6f2
commit 2041bada65
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ android {
compileSdkVersion COMPILE_SDK_VERSION.toInteger()
defaultConfig {
applicationId "com.vele.pekolive"
applicationId "fun.peki.live"
minSdkVersion MIN_SDK_VERSION.toInteger()
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode Integer.valueOf(version_code)

View File

@@ -52,7 +52,7 @@ public class AddUserInfoFragment extends BaseFragment
private int gender = -1;
private XRadioGroup rgGender;
private View rbMale;
private String avatarUrl = "https://img.pekolive.com/default_avatar.png";
private String avatarUrl = "https://img.pikolive.fun/default_avatar.png";
public static String INVITE_USER_CODE = "";

View File

@@ -31,8 +31,8 @@ COMPILE_SDK_VERSION=33
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=2.2.0
version_code=2200
version_name=1.0.0
version_code=10000
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890