desc:重命名lib moudle

main
xiaowusky 2 years ago
parent 2cfcf006b8
commit e5f4548cc3

@ -47,7 +47,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation project(':library')
implementation project(':library-push')
implementation(name: 'libuvccamera-release', ext: 'aar') {
exclude module: 'support-v4'
exclude module: 'appcompat-v7'
@ -57,6 +57,6 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-reactivestreams:2.4.1'
implementation project(path: ':ijkplayer-java')
implementation project(path: ':library-ijkplayer')
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.0.0'
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save