mac
2024-04-10 1a758b1bfbff1b910cd912c4e7434bf8f63a210a
app/build.gradle
@@ -30,7 +30,7 @@
        minSdk 23
        targetSdk 30
        versionCode 1
        versionName "1.3.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        versionName "1.3.2"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
        manifestPlaceholders = mfph
@@ -123,8 +123,8 @@
    //二维码库
    implementation project(path: ':third-zxing')
    //Link本地库(在线依赖网络库)
    implementation 'com.hdl.android:pmsdk:1.0.1'
    implementation 'com.hdl.android:debugsdk:1.0.7'
    implementation 'com.hdl.android:pmsdk:1.0.2'
    implementation 'com.hdl.android:debugsdk:1.0.16'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'