Skip to content

Commit

Permalink
Add package on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalocostamendes committed Jul 1, 2024
1 parent bf27a3d commit 407888b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Media-Transformers-Java/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tokbox.sample.mediatransformers">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tokbox.sample.mediatransformers">

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 407888b

Please sign in to comment.