From 0a8068e1b33b08ab4702bed55151a51af7379cbf Mon Sep 17 00:00:00 2001 From: Uruk Date: Mon, 22 Sep 2025 03:30:02 +0200 Subject: [PATCH] fix: update Android build type to app-bundle format Changes the Android build configuration from legacy "aab" to the standardized "app-bundle" format for better compatibility with modern build tools and deployment pipelines. --- eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas.json b/eas.json index e37611fd..2d3ab981 100644 --- a/eas.json +++ b/eas.json @@ -72,7 +72,7 @@ "environment": "production", "channel": "0.36.0", "android": { - "buildType": "aab", + "buildType": "app-bundle", "image": "latest" }, "ios": {