mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-19 23:25:51 -05:00
- Update Kotlin version to 2.2.20 - Update sd-mobile-core with modern expo-modules API to successfully compile on Android - added android to build-mobile xtask - updated CONTRIBUTING.md - Added `openssl-sys` to sd-mobile-core as a workaround for native Android builds - Switched from deprecated @react-native-community/clipboard
49 lines
1012 B
JSON
49 lines
1012 B
JSON
{
|
|
"expo": {
|
|
"name": "Spacedrive",
|
|
"slug": "spacedrive",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"scheme": "spacedrive",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"newArchEnabled": true,
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"ios": {
|
|
"bundleIdentifier": "com.spacedrive.app",
|
|
"supportsTablet": true,
|
|
"deploymentTarget": "18.0",
|
|
"appleTeamId": "YB4V2VA9YY"
|
|
},
|
|
"android": {
|
|
"package": "com.spacedrive.app",
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"ios": {
|
|
"deploymentTarget": "18.0"
|
|
},
|
|
"android": {
|
|
"minSdkVersion": 24,
|
|
"compileSdkVersion": 35,
|
|
"targetSdkVersion": 35,
|
|
"kotlinVersion": "2.2.20"
|
|
}
|
|
}
|
|
],
|
|
"expo-asset"
|
|
]
|
|
}
|
|
}
|