Skip to content

Commit

Permalink
Bump amplify_version from 2.24.1 to 2.25.0
Browse files Browse the repository at this point in the history
Bumps `amplify_version` from 2.24.1 to 2.25.0.

Updates `com.amplifyframework:core` from 2.24.1 to 2.25.0
- [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.24.1...release_v2.25.0)

Updates `com.amplifyframework:aws-api` from 2.24.1 to 2.25.0
- [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.24.1...release_v2.25.0)

Updates `com.amplifyframework:aws-auth-cognito` from 2.24.1 to 2.25.0
- [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.24.1...release_v2.25.0)

---
updated-dependencies:
- dependency-name: com.amplifyframework:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amplifyframework:aws-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 27, 2024
1 parent ee92c6b commit 7b996bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = "2.0.21"
ext.retrofitVersion = '2.11.0'
ext.amplify_version = '2.24.1'
ext.amplify_version = '2.25.0'

repositories {
google()
Expand Down

0 comments on commit 7b996bb

Please sign in to comment.