Commit 279aa6b
authored
Android support (#70)
### Motivation
This package wasn't building on Android, causing various dependent
packages to also fail to build.
### Modifications
Add the necessary `import(Android)` to successfully build.
### Result
The package can now be built for Android.
### Test Plan
~~Added CI to build and run against an Android emulator using
[swift-android-action](https://github.com/marketplace/actions/swift-android-action).~~1 parent 1079229 commit 279aa6b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments