From 3de97ed24af9980795692b12d1c8894206209c67 Mon Sep 17 00:00:00 2001 From: AndrewKahr <22359829+AndrewKahr@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:52:57 -0800 Subject: [PATCH] Revert android symbol to none (#514) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94623a74..3478812a 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ inputs: description: 'The android target API level.' androidSymbolType: required: false - default: 'public' + default: 'none' description: 'The android symbol type to export. Should be "none", "public" or "debugging".' sshAgent: required: false