Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Remove Invoke Dynamic Call #631

Open
wants to merge 1 commit into
base: GROOVY_2_4_X
Choose a base branch
from

Commits on Nov 8, 2017

  1. Android: Remove Invoke Dynamic Call

    Uses jarjar to remove org.codehaus.groovy.vmplugin.v7.IndyInterface
    which has a invoke dynamic call. This call causes android compilation
    to fail when targeting sdk level 26 or above but the minSdk is less
    than 26.
    
    Fixes: GROOVY-8366
    Andrew Reitz committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    50b157f View commit details
    Browse the repository at this point in the history