Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
luohaohaha committed Jan 11, 2022
1 parent d05ef4c commit 798814f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
// implementation project(path: ':rtmpx_library')
// implementation 'io.github.luohaohaha:rtmpx:1.0.1'
implementation 'io.github.luohaohaha:rtmpx:1.0.2'


// implementation project(path: ':io.github.luohaohaha:')
implementation(name:"rtmpx-${version}", ext:'aar')
/* implementation(name:"rtmpx-${version}", ext:'aar')
def camerax_version = "1.0.0"
// CameraX core library using camera2 implementation
implementation "androidx.camera:camera-camera2:$camerax_version"
// CameraX Lifecycle Library
implementation "androidx.camera:camera-lifecycle:$camerax_version"
// CameraX View class
implementation "androidx.camera:camera-view:1.0.0-alpha24"
implementation "androidx.camera:camera-view:1.0.0-alpha24"*/
}
Binary file removed app/libs/rtmpx-1.0.2.aar
Binary file not shown.

0 comments on commit 798814f

Please sign in to comment.