From 0cfe84a3bceb565b00ff5e0180925c7842ec70d4 Mon Sep 17 00:00:00 2001 From: Michael Law <1365977+lawmicha@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:08:33 -0400 Subject: [PATCH] Update versions.ts Android Amplify V2.19.1 --- src/constants/versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/versions.ts b/src/constants/versions.ts index 1668ae0a280..70b7f83baf0 100644 --- a/src/constants/versions.ts +++ b/src/constants/versions.ts @@ -1,5 +1,5 @@ export const versions = { - ANDROID_VERSION: '2.19.0', + ANDROID_VERSION: '2.19.1', ANDROID_DEVPREVIEW: '1.36.5-dev-preview.0', ANDROID_V1_VERSION: '1.38.8', ANDROID_V1_GEO_VERSION: '1.0.1',