1name: "ExoPlayer" 2description: 3 "ExoPlayer is an application level media player for Android. It provides an" 4 "alternative to Android’s MediaPlayer API for playing audio and video both" 5 "locally and over the Internet. ExoPlayer supports features not currently" 6 "supported by Android’s MediaPlayer API, including DASH and SmoothStreaming" 7 "adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to" 8 "customize and extend, and can be updated through Play Store application" 9 "updates." 10third_party { 11 url { 12 type: HOMEPAGE 13 value: "https://exoplayer.dev/" 14 } 15 url { 16 type: GIT 17 value: "https://github.com/google/ExoPlayer.git" 18 } 19 version: "2e9ed51503ba491a19f605e6994fa5839633c74f" 20 last_upgrade_date { year: 2020 month: 4 day: 29 } 21 license_type: NOTICE 22}