tuya / tuya-home-android-sdk-sample-kotlin

This sample is designed to help developers learn more about how to use the features of Tuya Smart Life App SDK for Android.
https://developer.tuya.com/en/docs/app-development/android-app-sdk/featureoverview?id=Ka69nt97vtsfu
MIT License
32 stars 23 forks source link

Could not find cn.yipianfengye.android:zxing-library:2.2 #43

Closed michael19900101 closed 6 days ago

michael19900101 commented 1 week ago

Could not find cn.yipianfengye.android:zxing-library:2.2

MRwangqi commented 6 days ago

@michael19900101

Add the following maven source

maven { url 'https://maven.aliyun.com/nexus/content/repositories/central/' } maven { url 'https://maven.aliyun.com/repository/public' }

michael19900101 commented 6 days ago

ok