Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit bd02a2b

Browse files
fix(deps): update dependency androidx.recyclerview:recyclerview to v1.3.0
1 parent aa9eb1e commit bd02a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ dependencies {
196196
implementation "androidx.appcompat:appcompat:1.5.1"
197197
implementation 'com.google.android.material:material:1.9.0'
198198
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
199-
implementation 'androidx.recyclerview:recyclerview:1.2.1'
199+
implementation 'androidx.recyclerview:recyclerview:1.3.0'
200200

201201
// Fragment
202202
implementation "androidx.fragment:fragment-ktx:1.5.7"

0 commit comments

Comments
 (0)