Android building

This commit is contained in:
Diego Mello 2023-06-20 17:17:20 -03:00
parent ac5e2600c8
commit 31481e4ce3
3 changed files with 3 additions and 3 deletions

View File

@ -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'
}

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="chat.rocket.android">
package="chat.rocket.reactnative">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

View File

@ -42,7 +42,7 @@ newArchEnabled=false
hermesEnabled=true
# Application ID
APPLICATION_ID=chat.rocket.android
APPLICATION_ID=chat.rocket.reactnative
# App properties
VERSIONCODE=999999999