Revert android symbol to none (#514)

This commit is contained in:
AndrewKahr 2023-02-20 17:52:57 -08:00 committed by GitHub
parent c7a5c0640a
commit 3de97ed24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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