From fb61d46f12da20f46937ce0acb5a719bd2f96638 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Sat, 25 Jan 2025 23:58:47 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96294d3..76c23b6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An Android app that allows you to play video using ExoPlayer, which supports many video formats, supports subtitles, and even includes support for playlists in the AI2 releases! The **Flutter** version utilizes **Media3**, and the **App Inventor (AI2)** version utilizes **Media2**. -Looking for an **iOS** app that does the same? Check out [SimpleiOSPlayer](https://github.com/A-Star100/SimpleiOSPlayer), also by me. +Looking for the **iOS** version? Check out [simpliplay-ios](https://github.com/A-Star100/simpliplay-ios), also by me. ## App Inventor Ver. ExoPlayer Creator primarily uses the [ExoPlayer for App Inventor](https://github.com/zainulhassan815/exoplayer-appinventor) extension to create ExoPlayer initializations, and is a modified version of the 1.0.4 AIA version of the [ExoPlayer for App Inventor demo](https://github.com/zainulhassan815/exoplayer-appinventor/blob/v2.0/aia/exoplayer_v1.0.4.aia).