| | |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 34 |
| | | versionCode 10 |
| | | versionName "1.1.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | versionCode 12 |
| | | versionName "1.2.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | |
| | | // implementation 'com.hdl.android:debugsdk:1.0.71' |
| | | implementation project(path: ':sdk') |
| | | implementation 'androidx.activity:activity:1.2.3' |
| | | implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | |
| | | //分析和用户标签等功能(可选,集成极光分析SDK后,即可支持行为触发推送消息、推送转化率统计,用户行为分) |
| | | implementation 'cn.jiguang.sdk:joperate:2.0.2' |
| | | |
| | | |
| | | //若不集成厂商通道,可直接跳过以下依赖 |
| | | // 极光厂商插件版本与接入 JPush 版本保持一致,下同 |
| | | // 接入华为厂商 |
| | | implementation 'com.huawei.hms:push:6.9.0.300' |
| | | implementation 'cn.jiguang.sdk.plugin:huawei:5.0.3' |
| | | implementation 'com.huawei.agconnect:agconnect-core:1.9.1.301' |
| | | |
| | | //友盟 |
| | | implementation 'com.umeng.umsdk:common:9.5.6'// 必选 |
| | | implementation 'com.umeng.umsdk:asms:1.6.3'// 必选 |
| | | implementation 'com.umeng.umsdk:apm:1.7.0' // 错误分析 |
| | | |
| | | // // 接入 FCM 厂商 |
| | | // implementation 'com.google.firebase:firebase-messaging:23.1.2' |
| | | // implementation 'cn.jiguang.sdk.plugin:fcm:5.0.3' |