1. 01 Nov, 2022 2 commits
    • Enfore minCompileSdk version when depending on ExoPlayer/Media3 libs · 23d39cae
      If an app sets a compileSdkVersion that is lower than the one used to
      create AARs of its dependencies, the build process may produce invalid
      outputs, for example by stripping methods from the APK that are only
      called when the app is running on a new API version.
      
      To avoid this issue, we can enforce that the compileSdk of apps or
      libraries depending on ExoPlayer/Media3 is at least the same as the
      one we used for compilation when creating the AAR.
      
      Issue: google/ExoPlayer#10684
      PiperOrigin-RevId: 485100067
      tonihei committed
    • Disable failing tests of FlacExtractorSeekTest · 55b82ff8
      PiperOrigin-RevId: 485061783
      rohks committed
  2. 31 Oct, 2022 17 commits
  3. 24 Oct, 2022 9 commits
  4. 20 Oct, 2022 12 commits