From 8d59ff58adabcf9f8f6c3fc6a2849c173972a7a2 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Wed, 22 Jan 2025 23:26:28 -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 c9336c3..a79f1eb 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ It uses **Media 3 ExoPlayer**, something the App Inventor version would've been ## Media3 Demo (Very Early Demo) > [!WARNING] -> ***Please*** note that this version isn't recommended for use because it doesn't support basic functionality like choosing a video file, only entering a video URL. It is recommended to use the **Flutter** release or the **AI2** release instead. +> ***Please*** note that this version isn't recommended for use because it doesn't support basic functionality like entering a video URL or choosing a video file. It is recommended to use the **Flutter** release or the **AI2** release instead. The Media3 Demo was built in Android Studio using Kotlin, and uses the [Media3 Player](https://github.com/akhorasani/Media3Player) app by [@akhorasani](https://github.com/akhorasani) as a base for all Media3 support, and uses the traditional INTENT methods for URL redirects in Kotlin.