From 805cb51c62e6b31c7b958ce1115e591ed65786d0 Mon Sep 17 00:00:00 2001 From: tjroach Date: Mon, 17 Nov 2025 14:38:09 -0500 Subject: [PATCH] Update Amplify Android version --- 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 c43cbe544dc..1321a22cfe4 100644 --- a/src/constants/versions.ts +++ b/src/constants/versions.ts @@ -1,5 +1,5 @@ export const versions = { - ANDROID_VERSION: '2.30.3', + ANDROID_VERSION: '2.30.4', ANDROID_DEVPREVIEW: '1.36.5-dev-preview.0', ANDROID_V1_VERSION: '1.38.8', ANDROID_V1_GEO_VERSION: '1.0.1',