| | |
| | | signingConfigs { |
| | | debug { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'photovotaic' |
| | | keyAlias 'hdlphotovotaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | | release { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'photovotaic' |
| | | keyAlias 'hdlphotovotaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 34 |
| | | versionCode 4 |
| | | versionName "1.1.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | versionCode 14 |
| | | versionName "1.2.1"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | |
| | | */ |
| | | android.applicationVariants.configureEach { variant -> |
| | | variant.outputs.configureEach { |
| | | outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(2)}.apk" |
| | | outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(4)}.apk" |
| | | } |
| | | } |
| | | |
| | |
| | | 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' |