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): app/module builds fail with JDK 13 #11507

Merged
merged 11 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
    45eef12 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
    330406d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. fix(android): hyperloop builds fail with NDK 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
    e6a081d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

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

Commits on Mar 19, 2020

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

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    08196be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e840494 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    a949728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0569f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5adfbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67204e8 View commit details
    Browse the repository at this point in the history