| | |
| | | |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.3.0' |
| | | testImplementation 'junit:junit:4.+' |
| | | implementation project(path: ':fluwx_no_pay') |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.2' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
| | | |
| | |
| | | implementation files('libs/JDSDK_h.jar') |
| | | |
| | | api 'com.umeng.umsdk:share-wx:7.1.6' //微信完整版 |
| | | api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.0'//微信官方依赖库,必选 |
| | | // api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.0'//微信官方依赖库,必选 |
| | | } |