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 #138

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 #138

name: Remove label when issue is closed
on:
issues:
types:
- closed
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
issues: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: remove label
run:
gh issue edit ${{ github.event.issue.number }} --remove-label 'await triage'