Rename package name

This commit is contained in:
2026-04-07 19:35:05 +02:00
parent 56194f6f58
commit 83b3b69262
11 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion
namespace "com.omniexample"
namespace "dev.zoriya.omniexample"
defaultConfig {
applicationId "com.omniexample"
applicationId "dev.zoriya.omniexample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
@@ -1,4 +1,4 @@
package com.omniexample
package dev.zoriya.omniexample
import com.facebook.react.ReactActivity
import com.facebook.react.ReactActivityDelegate
@@ -1,4 +1,4 @@
package com.omniexample
package dev.zoriya.omniexample
import android.app.Application
import com.facebook.react.PackageList