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][Volley] Build fixes #18899

Merged
merged 6 commits into from
Jun 16, 2024
Merged

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    a3b9850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64e655 View commit details
    Browse the repository at this point in the history
  3. [android][volley] Exclude httpclient

    As it is incompatible with Android
    valpackett committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3237393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    999e010 View commit details
    Browse the repository at this point in the history
  5. [android] Update Gradle, the plugins, build tools

    This fixes building with current Android Studio.
    
    Android Gradle plugin version 8.0.0 was chosen for wider compatibility
    with Android Studio versions (as far back as 2022.2.1).
    
    The Maven plugin has been abandoned since the functionality is now
    built in, and manual jar tasks are not necessary with it.
    valpackett committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f1a536a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84d623e View commit details
    Browse the repository at this point in the history