添加联系人编辑跳转接口

This commit is contained in:
ZhanGSKen
2025-10-18 12:43:40 +08:00
parent eb8d37c340
commit 46ede050e1
8 changed files with 116 additions and 8 deletions

View File

@@ -18,13 +18,13 @@ def genVersionName(def versionName){
}
android {
compileSdkVersion 32
buildToolsVersion "32.0.0"
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "cc.winboll.studio.contacts"
minSdkVersion 24
targetSdkVersion 30
targetSdkVersion 28
versionCode 1
// versionName 更新后需要手动设置
// 项目模块目录的 build.gradle 文件的 stageCount=0