Skip to content

ERROR:/Users/han/Desktop/bao_im_client/build/photo_manager/intermediates/runtime_library_classes_jar/debug/classes.jar: R8: com.android.tools.r8.internal.Hc: Unsupported class file version: 62 #153

ERROR:/Users/han/Desktop/bao_im_client/build/photo_manager/intermediates/runtime_library_classes_jar/debug/classes.jar: R8: com.android.tools.r8.internal.Hc: Unsupported class file version: 62

ERROR:/Users/han/Desktop/bao_im_client/build/photo_manager/intermediates/runtime_library_classes_jar/debug/classes.jar: R8: com.android.tools.r8.internal.Hc: Unsupported class file version: 62 #153

Workflow file for this run

name: Auto add label to new issue
on:
issues:
types:
- opened
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@v3
name: Add label to new issue
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['await triage']
})