File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ dependencies {
7979 // Coil
8080 implementation(" io.coil-kt:coil-compose:2.1.0" )
8181
82+ // ExoPlayer
83+ implementation ' com.google.android.exoplayer:exoplayer:2.18.0'
84+
8285 def accompanist_version = " 0.24.12-rc"
8386 // Accompanist
8487 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools" >
44
5+ <uses-permission android : name =" android.permission.INTERNET" />
6+
57 <application
68 android : allowBackup =" true"
79 android : dataExtractionRules =" @xml/data_extraction_rules"
1517 <activity
1618 android : name =" .MainActivity"
1719 android : exported =" true"
18- android : label =" @string/app_name"
1920 android : theme =" @style/Theme.ComposeImage" >
2021 <intent-filter >
2122 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments