mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-26 08:01:57 +00:00
chore(android): move package to twg namespace (#4672)
This commit is contained in:
@@ -77,9 +77,9 @@ android {
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdk rootProject.ext.compileSdkVersion
|
||||
|
||||
namespace "com.videoexample"
|
||||
namespace "com.twg.videoexample"
|
||||
defaultConfig {
|
||||
applicationId "com.videoexample"
|
||||
applicationId "com.twg.videoexample"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service
|
||||
android:name="com.video.core.services.playback.VideoPlaybackService"
|
||||
android:name="com.twg.video.core.services.playback.VideoPlaybackService"
|
||||
android:exported="false"
|
||||
android:foregroundServiceType="mediaPlayback">
|
||||
<intent-filter>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.videoexample
|
||||
package com.twg.videoexample
|
||||
|
||||
import com.facebook.react.ReactActivity
|
||||
import com.facebook.react.ReactActivityDelegate
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.videoexample
|
||||
package com.twg.videoexample
|
||||
|
||||
import android.app.Application
|
||||
import com.facebook.react.PackageList
|
||||
|
||||
Reference in New Issue
Block a user