mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
20 lines
523 B
JavaScript
20 lines
523 B
JavaScript
module.exports = {
|
|
dependencies: {
|
|
appcenter: {
|
|
platforms: {
|
|
android: null, // disable Android platform, other platforms will still autolink if provided
|
|
},
|
|
},
|
|
'appcenter-analytics': {
|
|
platforms: {
|
|
android: null, // disable Android platform, other platforms will still autolink if provided
|
|
},
|
|
},
|
|
'appcenter-crashes': {
|
|
platforms: {
|
|
android: null, // disable Android platform, other platforms will still autolink if provided
|
|
},
|
|
},
|
|
},
|
|
};
|