Skip to content

Commit f68b510

Browse files
Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.2 in /android (#193)
Bumps androidx.recyclerview:recyclerview from 1.2.1 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 341cbe5 commit f68b510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/code-samples/ARRetail/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232

3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
implementation 'androidx.recyclerview:recyclerview:1.2.1'
35+
implementation 'androidx.recyclerview:recyclerview:1.3.2'
3636
implementation 'androidx.appcompat:appcompat:1.0.0'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

android/mainSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'androidx.appcompat:appcompat:1.0.0'
5050
implementation 'com.google.android.material:material:1.12.0'
5151
implementation 'androidx.cardview:cardview:1.0.0'
52-
implementation 'androidx.recyclerview:recyclerview:1.2.1'
52+
implementation 'androidx.recyclerview:recyclerview:1.3.2'
5353
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5454
implementation 'androidx.preference:preference-ktx:1.1.1'
5555
implementation 'androidx.multidex:multidex:2.0.1'

0 commit comments

Comments
 (0)