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

Update compileSdkVersion and GAM #687

Closed
3 tasks
ValentinPostindustria opened this issue Sep 14, 2023 · 1 comment
Closed
3 tasks

Update compileSdkVersion and GAM #687

ValentinPostindustria opened this issue Sep 14, 2023 · 1 comment

Comments

@ValentinPostindustria
Copy link
Collaborator

Describe the bug
Internal test app is not built after the automatic updating of GAM.

  • compileSdkVersion and targetSdkVersion must be updated to the latest version (34) for the SDK and for all of the apps.
  • GMA version must be updated in maven publishing scripts GAM and AdMob integration scenarios.
  • After that run autotests to check that the SDK works great.

Additional context
Gradle error:

2 issues were found when checking AAR metadata:

  1.  Dependency 'androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta05' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :PrebidInternalTestApp is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  2.  Dependency 'androidx.privacysandbox.ads:ads-adservices:1.0.0-beta05' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :PrebidInternalTestApp is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).
@ChrisHuie
Copy link
Collaborator

close for pr #690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants