From f7613cd42e1cdeea8d04adcc0fd65a1c1fc104c1 Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Fri, 13 Sep 2024 11:59:42 +0100 Subject: [PATCH] content: 1.2.28 --- .../lifecycle_actions/launch_actions.json | 16 ++++++++++++++++ config.ts | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app_data/sheets/data_list/lifecycle_actions/launch_actions.json b/app_data/sheets/data_list/lifecycle_actions/launch_actions.json index ea1e478..e05cbbd 100644 --- a/app_data/sheets/data_list/lifecycle_actions/launch_actions.json +++ b/app_data/sheets/data_list/lifecycle_actions/launch_actions.json @@ -32,6 +32,22 @@ "_cleaned": "click | set_field: home_screen_tour_started: true" } ] + }, + { + "lifecycle_event": "app_start", + "id": "app_start_update_prompt", + "priority": 2, + "action_list": [ + { + "trigger": "click", + "action_id": "app_update", + "args": [ + "prompt" + ], + "_raw": "app_update: prompt", + "_cleaned": "click | app_update: prompt" + } + ] } ], "_xlsxPath": "EFM_app_launch.xlsx" diff --git a/config.ts b/config.ts index cff7aa8..d182941 100644 --- a/config.ts +++ b/config.ts @@ -8,7 +8,7 @@ config.google_drive = { config.git = { content_repo: "https://github.com/IDEMSInternational/efm-app-content.git", - content_tag_latest: "1.2.27", + content_tag_latest: "1.2.28", }; config.android = {