diff options
author | dan <dan.abramov@gmail.com> | 2024-12-19 04:00:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 04:00:27 +0000 |
commit | c390c3278869df4df54b7831b515c91536cee4f0 (patch) | |
tree | dc6c28d8ae919df25aaf4614c54fb5b9f88487db /app.config.js | |
parent | c2ca84c636fe022c92f0e0d6fdf54033ceeb80a7 (diff) | |
download | voidsky-c390c3278869df4df54b7831b515c91536cee4f0.tar.zst |
Remove unreliable repository (#7176)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 630ea5ad8..1461b7b88 100644 --- a/app.config.js +++ b/app.config.js @@ -232,6 +232,7 @@ module.exports = function (config) { './plugins/withAndroidManifestFCMIconPlugin.js', './plugins/withAndroidStylesAccentColorPlugin.js', './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js', + './plugins/withAndroidNoJitpackPlugin.js', './plugins/shareExtension/withShareExtensions.js', './plugins/notificationsExtension/withNotificationsExtension.js', './plugins/withAppDelegateReferrer.js', |