chore(android): move package to twg namespace (#4672)

This commit is contained in:
Krzysztof Moch
2025-08-26 17:27:28 +02:00
committed by GitHub
parent 5012373b7c
commit 776bd4ab45
46 changed files with 111 additions and 111 deletions
+2 -2
View File
@@ -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