Skip to content

Commit aee1795

Browse files
chore(deps): bump volley from 1.2.0 to 1.2.1 in /ApiDemos/kotlin (#691)
Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/google/volley/releases) - [Commits](google/volley@1.2.0...1.2.1) --- updated-dependencies: - dependency-name: com.android.volley:volley dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 971072e commit aee1795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiDemos/kotlin/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation "androidx.cardview:cardview:1.0.0"
5050
implementation "androidx.recyclerview:recyclerview:1.2.1"
5151
implementation 'androidx.multidex:multidex:2.0.1'
52-
implementation 'com.android.volley:volley:1.2.0'
52+
implementation 'com.android.volley:volley:1.2.1'
5353

5454
// GMS
5555
gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'

0 commit comments

Comments
 (0)