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

fix(java): wrong version number when using Android Studio JDK #4966

Merged

Commits on Mar 6, 2023

  1. fix: fix wrong version number for Java when using Android Studio JDK

    The regular expression would get the revision number found in:
    
        with gcc Android (7284624, based on r416183b)
    
    so it would print "7284624".
    agateau committed Mar 6, 2023
    Copy the full SHA
    ce3744c View commit details
    Browse the repository at this point in the history