mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -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
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"name": "sd-mobile-core",
|
|
"version": "1.0.0",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"dependencies": {
|
|
"expo-modules-core": "~3.0.28"
|
|
}
|
|
}
|