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

Bump com.android.tools.build:gradle from 8.1.4 to 8.2.0 #1355

Merged

Commits on Dec 1, 2023

  1. Bump com.android.tools.build:gradle from 8.1.4 to 8.2.0

    Bumps com.android.tools.build:gradle from 8.1.4 to 8.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ae35374 View commit details
    Browse the repository at this point in the history
  2. specify foreground service types

    generic foreground service permission is not enough anymore. So dataSync
    and mediaPlayback are specified explicitely now. According to:
    https://developer.android.com/about/versions/14/changes/fgs-types-required
    Strubbl committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b0ea814 View commit details
    Browse the repository at this point in the history