Skip to content

Commit 0e7cc95

Browse files
Bump the androidx group with 6 updates
Bumps the androidx group with 6 updates: | Package | From | To | | --- | --- | --- | | androidx.test.espresso:espresso-core | `3.1.0` | `3.6.1` | | androidx.appcompat:appcompat | `1.3.0` | `1.7.1` | | androidx.recyclerview:recyclerview | `1.2.0` | `1.4.0` | | androidx.browser:browser | `1.3.0` | `1.8.0` | | androidx.constraintlayout:constraintlayout | `2.0.4` | `2.2.1` | | androidx.annotation:annotation | `1.2.0` | `1.9.1` | Updates `androidx.test.espresso:espresso-core` from 3.1.0 to 3.6.1 Updates `androidx.appcompat:appcompat` from 1.3.0 to 1.7.1 Updates `androidx.recyclerview:recyclerview` from 1.2.0 to 1.4.0 Updates `androidx.browser:browser` from 1.3.0 to 1.8.0 Updates `androidx.constraintlayout:constraintlayout` from 2.0.4 to 2.2.1 Updates `androidx.annotation:annotation` from 1.2.0 to 1.9.1 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.recyclerview:recyclerview dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.browser:browser dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 205bf1c commit 0e7cc95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ android {
7070

7171
dependencies {
7272
implementation fileTree(include: ['*.jar'], dir: 'libs')
73-
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
73+
androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1', {
7474
exclude group: 'com.android.support', module: 'support-annotations'
7575
exclude group: 'com.google.code.findbugs'
7676
})
7777
testImplementation 'junit:junit:4.13.2'
7878

79-
implementation 'androidx.appcompat:appcompat:1.3.0'
79+
implementation 'androidx.appcompat:appcompat:1.7.1'
8080
implementation 'com.google.android.material:material:1.3.0'
81-
implementation 'androidx.recyclerview:recyclerview:1.2.0'
81+
implementation 'androidx.recyclerview:recyclerview:1.4.0'
8282
implementation 'androidx.cardview:cardview:1.0.0'
83-
implementation 'androidx.browser:browser:1.3.0'
83+
implementation 'androidx.browser:browser:1.8.0'
8484
implementation 'androidx.palette:palette:1.0.0'
85-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
85+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
8686
implementation 'com.google.android.flexbox:flexbox:3.0.0'
87-
implementation "androidx.annotation:annotation:1.2.0"
87+
implementation "androidx.annotation:annotation:1.9.1"
8888
// JSR305 annotations for javax.annotation
8989
implementation 'com.google.code.findbugs:jsr305:3.0.2'
9090
// 3rd part Dependencies...

0 commit comments

Comments
 (0)