| | |
| | | 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' |
| | | } |
| | | } |
| | | compileSdkVersion 34 |
| | | compileSdk 34 |
| | | defaultConfig { |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdkVersion 23 |
| | | targetSdkVersion 34 |
| | | versionCode 2 |
| | | versionName "1.5.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | minSdk 23 |
| | | targetSdk 34 |
| | | versionCode 10 |
| | | versionName "1.1.0"//版本规则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" |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | buildFeatures { |
| | | viewBinding true |
| | | aidl true |
| | | } |
| | | compileOptions { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | |
| | | //二维码库 |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.2' |
| | | implementation 'com.hdl.android:debugsdk:1.0.33' |
| | | implementation 'com.hdl.android:pmsdk:1.0.11' |
| | | // implementation 'com.hdl.android:debugsdk:1.0.71' |
| | | implementation project(path: ':sdk') |
| | | implementation 'androidx.activity:activity:1.2.3' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |
| | | // implementation 'org.greenrobot:eventbus:3.0.0' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'//1.0.4 |
| | | //okhttp 打印 |
| | | implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1' |
| | | |
| | |
| | | implementation 'com.github.bumptech.glide:glide:4.13.0' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | |
| | | //添加StatusBarUtil的依赖 |
| | | //添加StatusBarUtil的依赖 状态栏适配 |
| | | implementation 'com.jaeger.statusbarutil:library:1.5.1' |
| | | |
| | | |