From 65d929cc1dbb37264fa5ad83da6f3ebaf98933fd Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:56:17 -0800 Subject: [PATCH] Update .github/workflows/release.yml Co-authored-by: Andy Feller --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7089a..11eaa16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: - uses: cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd # v2.0.0 with: release_android: true - android_sdk_version: 30 # Android 11.0 + # For more information see: https://developer.android.com/tools/releases/platforms + # At the time of writing, 35 had just come out of beta and 34 seems to be the most stable. + android_sdk_version: 34 generate_attestations: true go_version_file: go.mod