From 6c5f3267bbf0ae2bb3ee256f5f32e92c06577c59 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 16 一月 2024 09:11:56 +0800 Subject: [PATCH] 定位模块 --- app/build.gradle | 81 ++++++++++++++++++++++++++++------------ 1 files changed, 56 insertions(+), 25 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f970e16..475016c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,17 +3,51 @@ } android { + signingConfigs { + debug { + storeFile file('../dycz.jks') + storePassword 'dycz@2023' + keyAlias 'dayu' + keyPassword 'dycz@2023' + } + } namespace 'com.dayu.pipirrapp' compileSdk 33 defaultConfig { applicationId "com.dayu.pipirrapp" minSdk 24 - targetSdk 33 + targetSdk 31 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + + signingConfig signingConfigs.debug + + manifestPlaceholders = [ + JPUSH_PKGNAME : applicationId, + //JPush 涓婃敞鍐岀殑鍖呭悕瀵瑰簲鐨� Appkey. + JPUSH_APPKEY : "375adbd599ceb9977566b929", + //鏆傛椂濉啓榛樿鍊煎嵆鍙�. + JPUSH_CHANNEL : "developer-default", + + //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅閰嶇疆 + MEIZU_APPKEY : "MZ-榄呮棌鐨凙PPKEY", + MEIZU_APPID : "MZ-榄呮棌鐨凙PPID", + XIAOMI_APPID : "MI-灏忕背鐨凙PPID", + XIAOMI_APPKEY : "MI-灏忕背鐨凙PPKEY", + OPPO_APPKEY : "OP-oppo鐨凙PPKEY", + OPPO_APPID : "OP-oppo鐨凙PPID", + OPPO_APPSECRET : "OP-oppo鐨凙PPSECRET", + VIVO_APPKEY : "vivo鐨凙PPKEY", + VIVO_APPID : "vivo鐨凙PPID", + HONOR_APPID : "Honor鐨凙PP ID", + ] + ndk { + // 璁剧疆鏀寔鐨凷O搴撴灦鏋勶紙寮�鍙戣�呭彲浠ユ牴鎹渶瑕侊紝閫夋嫨涓�涓垨澶氫釜骞冲彴鐨剆o锛� + abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86","x86_64" + } } buildTypes { @@ -50,11 +84,7 @@ // implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10" //鏉冮檺 - implementation('com.guolindev.permissionx:permissionx:1.7.1') { - exclude group: 'androidx.core'; - exclude group: 'androidx.appcompat'; - exclude group: 'androidx.annotation'; - } + implementation 'com.github.getActivity:XXPermissions:18.5' //鍒楄〃 implementation 'io.github.scwang90:refresh-layout-kernel:2.0.5' implementation 'io.github.scwang90:refresh-header-classics:2.0.5' @@ -79,38 +109,39 @@ //loding implementation 'com.pnikosis:materialish-progress:1.7' + //瀹氫綅 + implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.3.7' - - //鎺ㄩ�佺浉鍏� - // 姝ゅ浠Push 5.0.0 鐗堟湰涓轰緥锛�5.0.0 鐗堟湰寮�濮嬪彲浠ヨ嚜鍔ㄦ媺鍙� JCore 鍖咃紝鏃犻渶鍙﹀閰嶇疆 +// //鎺ㄩ�佺浉鍏� +// // 姝ゅ浠Push 5.0.0 鐗堟湰涓轰緥锛�5.0.0 鐗堟湰寮�濮嬪彲浠ヨ嚜鍔ㄦ媺鍙� JCore 鍖咃紝鏃犻渶鍙﹀閰嶇疆 implementation 'cn.jiguang.sdk:jpush:5.2.2' - //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆 - // 鏋佸厜鍘傚晢鎻掍欢鐗堟湰涓庢帴鍏� JPush 鐗堟湰淇濇寔涓�鑷达紝涓嬪悓 - // 鎺ュ叆鍗庝负鍘傚晢 +// //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆 +// // 鏋佸厜鍘傚晢鎻掍欢鐗堟湰涓庢帴鍏� JPush 鐗堟湰淇濇寔涓�鑷达紝涓嬪悓 +// // 鎺ュ叆鍗庝负鍘傚晢 implementation 'com.huawei.hms:push:6.5.0.300' implementation 'cn.jiguang.sdk.plugin:huawei:5.2.2' - // 鎺ュ叆 FCM 鍘傚晢 - implementation 'com.google.firebase:firebase-messaging:23.0.5' - implementation 'cn.jiguang.sdk.plugin:fcm:5.2.2' - // 鎺ュ叆榄呮棌鍘傚晢 +// // 鎺ュ叆 FCM 鍘傚晢 +// implementation 'com.google.firebase:firebase-messaging:23.0.5' +// implementation 'cn.jiguang.sdk.plugin:fcm:5.2.2' +// // 鎺ュ叆榄呮棌鍘傚晢 implementation 'cn.jiguang.sdk.plugin:meizu:5.2.2' - // 鎺ュ叆 VIVO 鍘傚晢 +// // 鎺ュ叆 VIVO 鍘傚晢 implementation 'cn.jiguang.sdk.plugin:vivo:5.2.2' - // 鎺ュ叆灏忕背鍘傚晢 +// // 鎺ュ叆灏忕背鍘傚晢 implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.2' - // 鎺ュ叆 OPPO 鍘傚晢 - implementation 'cn.jiguang.sdk.plugin:oppo:5.2.2' - // JPush Android SDK v4.6.0 寮�濮嬶紝闇�瑕佸崟鐙紩鍏� oppo 鍘傚晢 aar 锛岃涓嬭浇瀹樼綉 SDK 鍖呭苟鎶� jpush-android-xxx-release/third-push/oppo/libs 涓嬬殑 aar 鏂囦欢鍗曠嫭鎷疯礉涓�浠藉埌搴旂敤 module/libs 涓� - implementation(name: 'com.heytap.msp-push-3.1.0', ext: 'aar') - //浠ヤ笅涓� OPPO 3.1.0 aar闇�瑕佷緷璧� +// // 鎺ュ叆 OPPO 鍘傚晢 +// implementation 'cn.jiguang.sdk.plugin:oppo:5.2.2' +// // JPush Android SDK v4.6.0 寮�濮嬶紝闇�瑕佸崟鐙紩鍏� oppo 鍘傚晢 aar 锛岃涓嬭浇瀹樼綉 SDK 鍖呭苟鎶� jpush-android-xxx-release/third-push/oppo/libs 涓嬬殑 aar 鏂囦欢鍗曠嫭鎷疯礉涓�浠藉埌搴旂敤 module/libs 涓� +// implementation(name: 'com.heytap.msp-push-3.1.0', ext: 'aar') +// //浠ヤ笅涓� OPPO 3.1.0 aar闇�瑕佷緷璧� implementation 'com.google.code.gson:gson:2.6.2' implementation 'commons-codec:commons-codec:1.6' implementation 'androidx.annotation:annotation:1.1.0' - // 鎺ュ叆鑽h��鍘傚晢 +// // 鎺ュ叆鑽h��鍘傚晢 implementation 'cn.jiguang.sdk.plugin:honor:5.2.2' // apply plugin: 'com.google.gms.google-services' - apply plugin: 'com.huawei.agconnect' +// apply plugin: 'com.huawei.agconnect' } \ No newline at end of file -- Gitblit v1.8.0