调整三星包

This commit is contained in:
2024-07-31 13:45:41 +08:00
parent 9f90040168
commit d1512bc256
45 changed files with 241 additions and 3673 deletions

View File

@@ -229,14 +229,23 @@ dependencies {
//侧滑删除
api 'com.yanzhenjie.recyclerview:x:1.3.2'
//华为支付插件包
//api project(':lib_huawei')
//google插件包
api project(':lib_google')
huawei_onlineImplementation project(':lib_huawei')
huawei_testImplementation project(':lib_huawei')
samsung_onlineImplementation project(":lib_google")
samsung_testImplementation project(":lib_google")
google_onlineImplementation project(":lib_google")
google_testImplementation project(":lib_google")
link_onlineImplementation project(":lib_google")
link_testImplementation project(":lib_google")
//samsung插件包
//api project(':IAP6Helper')
samsung_onlineImplementation project(':IAP6Helper')
samsung_testImplementation project(':IAP6Helper')
//時間選擇器
api 'com.contrarywind:Android-PickerView:4.1.9'