Skip to content

Commit cec5dac

Browse files
add ExoPlayer dependency and before/after videos to assets
1 parent 6fd859d commit cec5dac

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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"
@@ -15,7 +17,6 @@
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" />
1010 KB
Binary file not shown.
891 KB
Binary file not shown.

0 commit comments

Comments
 (0)