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 f51f1bd commit c0d4179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
compileOnly "androidx.appcompat:appcompat:$ext.appcompat_version"
compileOnly 'androidx.constraintlayout:constraintlayout:2.1.1'
compileOnly 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation project(':lib_util')

}

0 comments on commit c0d4179

Please sign in to comment.