diff --git a/android/app/build.gradle b/android/app/build.gradle index 0c9e268d1..893796e30 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -118,7 +118,7 @@ android { manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String] missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" // See note below! } - resValue "string", "rn_config_reader_custom_package", "chat.rocket.android" + resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 06d53bb49..b1305bfd6 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="chat.rocket.reactnative"> diff --git a/android/gradle.properties b/android/gradle.properties index 572d98f95..fb13c4cab 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -42,7 +42,7 @@ newArchEnabled=false hermesEnabled=true # Application ID -APPLICATION_ID=chat.rocket.android +APPLICATION_ID=chat.rocket.reactnative # App properties VERSIONCODE=999999999