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