Skip to content

Commit 7d9765d

Browse files
Bump the gradle group with 3 updates (#442)
Bumps the gradle group with 3 updates: [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android), [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) and [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android). Updates `com.amplifyframework:core` from 2.30.3 to 2.30.4 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v2.30.3...release_v2.30.4) Updates `com.amplifyframework:aws-api` from 2.30.3 to 2.30.4 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v2.30.3...release_v2.30.4) Updates `com.amplifyframework:aws-auth-cognito` from 2.30.3 to 2.30.4 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v2.30.3...release_v2.30.4) Updates `com.amplifyframework:aws-api` from 2.30.3 to 2.30.4 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v2.30.3...release_v2.30.4) Updates `com.amplifyframework:aws-auth-cognito` from 2.30.3 to 2.30.4 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v2.30.3...release_v2.30.4) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-version: 2.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d08cbb7 commit 7d9765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
ext.kotlin_version = '2.2.21'
44
ext.retrofitVersion = '3.0.0'
5-
ext.amplify_version = '2.30.3'
5+
ext.amplify_version = '2.30.4'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)