From 41e73b07cf05651110ee847e19ea4a5beb85e0c1 Mon Sep 17 00:00:00 2001 From: Iggy Date: Mon, 26 Aug 2024 16:16:09 -0300 Subject: [PATCH] Reenable apk build --- renconstruct.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renconstruct.toml b/renconstruct.toml index a64b90f..e3646c4 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -4,7 +4,7 @@ ver = "8.2.3" [tasks.keystore] # required if matching task is enabled - enabled = false + enabled = true type="keystore" priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0 on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds @@ -20,7 +20,7 @@ #web = false # web steam = true # steam market = true # multiple markets (i.e. itch.io) - android_apk = false # Android Universal APK + android_apk = true # Android Universal APK #android_aab = false # Android Play Store Bundle [options]