Skip to content

Remove workaround for jvmToolchain not being honored pre AGP 8.1.0-… #13

Remove workaround for jvmToolchain not being honored pre AGP 8.1.0-…

Remove workaround for jvmToolchain not being honored pre AGP 8.1.0-… #13

name: Release Drafter
# https://github.com/release-drafter/release-drafter#usage
on:
push:
branches:
- main
jobs:
update-release-draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}