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(android)(9_0_X): app/module builds fail with JDK 13 #11510

Merged
merged 7 commits into from
Mar 23, 2020

Commits on Feb 29, 2020

  1. chore(android): update gradle build tools to 3.6.0

    - Added "android.useAndroidX" gradle property which is now requried or else a build failure will occur.
    - Resolved Java and C/C++ build order issue with newest tool.
    jquick-axway committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    249d247 View commit details
    Browse the repository at this point in the history
  2. fix(android): updated gradle wrapper so it can build with JDK 13

    - Updated gradle wrapper/library to version 6.2.1. (Gradle added JDK 13 support in 6.0.0.)
    jquick-axway committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    cb4ad65 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. fix(android): hyperloop builds fail with JDK 12 or higher

    - JDK 12 dropped support for Java 6 language support. Hyperloop now compiles with Java 8 language.
    - Updated hyperloop module version from 5.0.1 to 5.0.2.
    jquick-axway committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    36efe3b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    764c25c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    199b23c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    093acb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    164645e View commit details
    Browse the repository at this point in the history