diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index edd84fd4..98841d74 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,66 +1,76 @@ + xmlns:tools="http://schemas.android.com/tools" + package="com.bitmovin.player.reactnative.example"> - - + + + + - - + + + + + - - - - - - - - - - - - - + android:roundIcon="@mipmap/ic_launcher_round" + android:theme="@style/AppTheme" + tools:replace="android:allowBackup"> - + android:name="BITMOVIN_PLAYER_LICENSE_KEY" + android:value="ENTER_LICENSE_KEY" /> + + + + + + - + + + + + + + + + - - - - - + + + + + + +