fix(android) exclude the Giphy SDK from the libre build

Fixes: https://github.com/jitsi/jitsi-meet/issues/11759
This commit is contained in:
Saúl Ibarra Corretgé
2022-07-21 12:21:27 +02:00
committed by Saúl Ibarra Corretgé
parent 53e05fdea9
commit 2def75db50
3 changed files with 24 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ export function _cleanupConfig(config: Object) {
delete config.analytics?.googleAnalyticsTrackingId;
delete config.callStatsID;
delete config.callStatsSecret;
config.giphy = { enabled: false };
}
}