From 0a13476751c01ae346c30a4c4dd266bad700d2c3 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 07 三月 2024 13:28:45 +0800 Subject: [PATCH] 2024年03月07日13:28:38 --- app/build.gradle | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 016ef7e..cb9efa7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ minSdk 23 targetSdk 30 versionCode 1 - versionName "1.2.1"//鐗堟湰瑙勫垯1.2鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�1鏄垜浠慨澶峛ug鐢ㄧ殑 + versionName "1.3.0"//鐗堟湰瑙勫垯1.2鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -123,8 +123,8 @@ //浜岀淮鐮佸簱 implementation project(path: ':third-zxing') //Link鏈湴搴� - implementation project(path: ':HDLLinkPMSdk') - implementation 'com.hdl.android.link.local.sdk:localsdk:1.0.0' + implementation 'com.hdl.android:pmsdk:1.0.1' + implementation 'com.hdl.android:debugsdk:1.0.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' -- Gitblit v1.8.0