mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
19 lines
525 B
JavaScript
19 lines
525 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
|
|
},
|
|
},
|
|
},
|
|
};
|