Skip to content

Commit

Permalink
#update adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Oct 20, 2021
1 parent c0d4179 commit 76aa733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib_base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
compileOnly "androidx.appcompat:appcompat:$ext.appcompat_version"
compileOnly 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'

implementation project(':lib_util')
implementation project(':lib_widget')
Expand Down
2 changes: 1 addition & 1 deletion lib_camera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "androidx.appcompat:appcompat:$ext.appcompat_version"
compileOnly "com.google.android.material:material:$ext.material_version"
implementation "com.google.android.material:material:$ext.material_version"

// def camerax_version = '1.1.0-alpha03'目前最新版,但是为了稳定我们还是选择rc版
api "androidx.camera:camera-core:$ext.camerax_version"
Expand Down

0 comments on commit 76aa733

Please sign in to comment.