From f7c38847b8e00c84c30e51a92c03071d3e9a9da8 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 14 五月 2024 09:08:57 +0800 Subject: [PATCH] 2024年05月14日09:08:49 --- app/build.gradle | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cb9efa7..56f9234 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,12 +30,12 @@ minSdk 23 targetSdk 30 versionCode 1 - versionName "1.3.0"//鐗堟湰瑙勫垯1.2鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionName "1.3.3"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph ndk { - abiFilters 'x86', 'armeabi-v7a', "arm64-v8a" //涓嶆敮鎸乤rmeabi + abiFilters 'armeabi-v7a', "arm64-v8a" //涓嶆敮鎸乤rmeabi } manifestPlaceholders = [ @@ -62,6 +62,10 @@ ] } + // 淇濊瘉鍏朵粬鐨刲ib娌℃湁琚玴reDex + dexOptions { + preDexLibraries = false + } repositories { flatDir { dirs 'libs' @@ -84,7 +88,7 @@ buildTypes { release { - minifyEnabled false + minifyEnabled false //寮�鍚贩娣� proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' signingConfig signingConfigs.release } @@ -117,14 +121,17 @@ implementation 'androidx.navigation:navigation-fragment:2.3.5' implementation 'androidx.navigation:navigation-ui:2.3.5' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - + //鏃堕棿搴� + implementation project(path: ':pickerview') + //鍥捐〃搴� + implementation project(path: ':aa_chart_core') //鍥藉鍒楄〃鍜屾墜鏈哄尯鍙峰簱 implementation project(path: ':countrypicker') //浜岀淮鐮佸簱 implementation project(path: ':third-zxing') - //Link鏈湴搴� - implementation 'com.hdl.android:pmsdk:1.0.1' - implementation 'com.hdl.android:debugsdk:1.0.1' + //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級 + implementation 'com.hdl.android:pmsdk:1.0.2' + implementation 'com.hdl.android:debugsdk:1.0.22' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' @@ -136,12 +143,16 @@ //Eventbus浜嬩欢鍙戝竷涓庢帴鏀� implementation 'org.greenrobot:eventbus:3.3.1' - //灞忓箷閫傞厤 + //灞忓箷閫傞厤搴� implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' + //鍥剧墖鍔犺浇搴� implementation 'com.github.bumptech.glide:glide:4.13.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + + //娣诲姞StatusBarUtil鐨勪緷璧� + implementation 'com.jaeger.statusbarutil:library:1.5.1' //********UniSDK蹇呴』娣诲姞鐨勪緷璧� start******** @@ -170,8 +181,6 @@ //鍒嗘瀽鍜岀敤鎴锋爣绛剧瓑鍔熻兘(鍙�夛紝闆嗘垚鏋佸厜鍒嗘瀽SDK鍚庯紝鍗冲彲鏀寔琛屼负瑙﹀彂鎺ㄩ�佹秷鎭�佹帹閫佽浆鍖栫巼缁熻锛岀敤鎴疯涓哄垎) implementation 'cn.jiguang.sdk:joperate:2.0.2' - //PickerView - implementation 'com.contrarywind:Android-PickerView:4.1.9' //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆 -- Gitblit v1.8.0