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