diff --git a/entry/build.gradle b/entry/build.gradle index 0ce0515550dd575e56d5471e75f8133e16982d00..76cf9264c85346fc75abb93ba67724c4d4fddf0a 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,8 +20,8 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' implementation 'io.openharmony.tpc.thirdlib:XPopup:1.0.3' -// implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:0.0.2-SNAPSHOT') - implementation project(path: ':library') + implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:0.0.2-SNAPSHOT') +// implementation project(path: ':library') implementation 'io.openharmony.tpc.thirdlib:RippleEffect:1.0.1' } decc {