| | |
| | | |
| | | dependencies { |
| | | |
| | | implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') |
| | | |
| | | implementation 'androidx.appcompat:appcompat:1.3.0' |
| | | implementation 'com.google.android.material:material:1.4.0' |
| | | implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
| | |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | |
| | | |
| | | //********UniSDK必须添加的依赖 start******** |
| | | implementation "androidx.recyclerview:recyclerview:1.0.0" |
| | | implementation 'com.alibaba:fastjson:1.2.66' |
| | | implementation 'com.facebook.fresco:fresco:2.5.0' |
| | | implementation 'com.facebook.fresco:animated-gif:2.5.0' |
| | | implementation 'com.facebook.fresco:webpsupport:2.5.0' |
| | | implementation 'com.facebook.fresco:animated-webp:2.5.0' |
| | | implementation 'com.github.bumptech.glide:glide:4.9.0' |
| | | implementation 'com.android.support:multidex:1.0.3' |
| | | implementation 'androidx.webkit:webkit:1.3.0' |
| | | //********UniSDK必须添加的依赖 end******** |
| | | |
| | | |
| | | } |