mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 13:46:59 +00:00
Rename package name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user