diff options
author | Vika <vika@fireburn.ru> | 2025-10-01 06:45:22 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-10-01 06:59:02 +0300 |
commit | 0388147949a91f0d71c505d7feaa4db5a1bcbd35 (patch) | |
tree | 228b55def24bd9dbff7c3f5cb4362d78fb482db3 /modules/expo-receive-android-intents/expo-module.config.json | |
parent | 956244d13d74808dfe33e973b956e44ed62982eb (diff) | |
download | voidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst |
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'modules/expo-receive-android-intents/expo-module.config.json')
-rw-r--r-- | modules/expo-receive-android-intents/expo-module.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/expo-receive-android-intents/expo-module.config.json b/modules/expo-receive-android-intents/expo-module.config.json index 8f01fb6c9..02b1c6caa 100644 --- a/modules/expo-receive-android-intents/expo-module.config.json +++ b/modules/expo-receive-android-intents/expo-module.config.json @@ -1,6 +1,6 @@ { "platforms": ["android"], "android": { - "modules": ["xyz.blueskyweb.app.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"] + "modules": ["xyz.vikanezrimaya.voidsky.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"] } } |