wjc
2024-12-10 3ccff7173fb73322f7785d8eaedc90a1b5d8765d
app/build.gradle
@@ -30,7 +30,7 @@
        minSdkVersion 23
        targetSdkVersion 34
        versionCode 2
        versionName "1.5.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        versionName "1.5.1"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
        manifestPlaceholders = mfph
@@ -152,8 +152,9 @@
    //二维码库
    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.9'
    implementation 'com.hdl.android:debugsdk:1.0.65'
//    implementation project(path:':sdk')
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
@@ -173,7 +174,7 @@
    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'