| | |
| | | } |
| | | } |
| | | namespace 'com.dayu.pipirrapp' |
| | | compileSdk 33 |
| | | compileSdk 34 |
| | | |
| | | defaultConfig { |
| | | applicationId "com.dayu.pipirrapp" |
| | |
| | | implementation 'io.github.lucksiege:compress:v3.11.2' |
| | | |
| | | // 图片查看 |
| | | implementation('com.github.SherlockGougou:BigImageViewPager:androidx-7.2.3') { |
| | | implementation('com.github.SherlockGougou:BigImageViewPager:androidx-8.0.0') { |
| | | exclude group: 'androidx.appcompat'; |
| | | exclude group: 'com.google.android.material'; |
| | | exclude group: 'androidx.core'; |
| | | } |
| | | |
| | | implementation "androidx.media3:media3-exoplayer:1.4.1" |
| | | implementation "androidx.media3:media3-exoplayer-dash:1.4.1" |
| | | implementation "androidx.media3:media3-ui:1.4.1" |
| | | //进度加载 |
| | | implementation 'com.github.jenly1314:circleprogressview:1.1.3' |
| | | |