prebid / prebid-mobile-android

Prebid Mobile SDK for Android applications
Apache License 2.0
57 stars 82 forks source link

Update compileSdkVersion and GAM #687

Closed ValentinPostindustria closed 1 year ago

ValentinPostindustria commented 1 year ago

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

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 commented 1 year ago

close for pr https://github.com/prebid/prebid-mobile-android/pull/690