We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325cc00 commit 3a8e722Copy full SHA for 3a8e722
README.md
@@ -247,9 +247,13 @@ jobs:
247
For an example of this workflow in action, see a run history
248
for the [swift-sqlite](https://github.com/swift-android-sdk/swift-sqlite/actions) package.
249
250
-## Development
+## Adding Android Support to existing Packages
251
252
-### Releasing new versions
+Recommendations for adding Android compatibility to
253
+existing Swift packages can be found at
254
+[Bringing Swift Packages to Android](https://skip.tools/blog/android-native-swift-packages/).
255
+
256
+## Releasing new versions
257
258
To create a new release, make a new tag (like 2.0.2),
259
and then update the symbolic major v2 tag with:
0 commit comments