mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 08:37:55 -05:00
* fix: CLA not supported * fix "yarn android" building * remove unnecessary commands --------- Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
12 lines
339 B
JavaScript
12 lines
339 B
JavaScript
// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
|
|
|
|
module.exports = {
|
|
project: { ios: {}, android: {} },
|
|
dependencies: {
|
|
'@selfxyz/mobile-sdk-alpha': { platforms: { android: null } },
|
|
},
|
|
assets: ['../src/assets/fonts'],
|
|
};
|