1. 21 Feb, 2022 38 commits
  2. 18 Feb, 2022 2 commits
    • Avoid creating empty playback metrics · 363016d8
      In some cases we create empty playback metrics with no corresponding
      events (e.g. when an app seeks to a new media item and immediately
      releases the player). There is no benefit in having completely empty
      metrics entries, so it's cleaner to not report them in such cases.
      
      #minor-release
      
      PiperOrigin-RevId: 425609010
      tonihei committed
    • Update gradle and gradle plugin · 8605e1c5
      #minor-release
      
      PiperOrigin-RevId: 425589448
      bachinger committed