From 79032864719d38731bc84907102cc4b3129f758b Mon Sep 17 00:00:00 2001 From: Fmar Date: Mon, 9 Sep 2024 17:23:41 +0200 Subject: [PATCH] autoIncrement tru for apk builds --- eas.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eas.json b/eas.json index 6fca339..d0d9a24 100644 --- a/eas.json +++ b/eas.json @@ -15,6 +15,7 @@ "autoIncrement": true }, "production_apk": { + "autoIncrement": true, "android": { "buildType": "apk" }