Use consistent package naming
This commit is contained in:
parent
8b652adc19
commit
c8f925d019
|
@ -55,7 +55,7 @@ android {
|
|||
buildToolsVersion "23.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.realm.reactnative.testapp"
|
||||
applicationId "io.realm.react.testapp"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.realm.reactnative.testapp">
|
||||
package="io.realm.react.testapp">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package io.realm.reactnative.testapp;
|
||||
package io.realm.react.testapp;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
|
|
Loading…
Reference in New Issue