Skip to content

Commit

Permalink
chore: (assuming Amplify version is 2.13.1) Amplify version bump (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Leing <leint@amazon.com>
Co-authored-by: Tyler Roach <tjroach@amazon.com>
  • Loading branch information
3 people authored Sep 14, 2023
1 parent 35b71e9 commit ea5a554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.0.0"
amplify = "2.13.0"
amplify = "2.13.1"
cameraX = "1.2.0"
compose = "1.3.2"
coroutines = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion samples/liveness/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
compose_version = '1.3.3'
amplifyVersion = '2.11.1'
amplifyVersion = '2.13.1'
amplifyUIVersion = '1.1.2'
}
repositories {
Expand Down

0 comments on commit ea5a554

Please sign in to comment.