Skip to content

Commit

Permalink
Update URL of Android wheel repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Dec 12, 2023
1 parent 60d0a97 commit 0524289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/1571.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update URL of Android wheel repository.
4 changes: 2 additions & 2 deletions docs/reference/platforms/android/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ a binary component.
If the package contains a binary component, that wheel needs to be compiled for Android.
PyPI does not currently support uploading Android-compatible wheels, so you can't rely
on PyPI to provide those wheels. Briefcase uses a `secondary repository
<https://chaquo.com/pypi-7.0/>`__ to provide pre-compiled Android wheels.
<https://chaquo.com/pypi-13.1/>`__ to provide pre-compiled Android wheels.

This repository is maintained by the BeeWare project, and as a result, it does not have
binary wheels for *every* package that is available on PyPI, or even every *version* of
Expand All @@ -257,7 +257,7 @@ build an Android wheel.
The `Chaquopy repository <https://github.com/chaquo/chaquopy/blob/master/server/pypi/README.md>`__
contains tools to assist with cross-compiling Android binary wheels. This repository contains
recipes for building the packages that are stored in the `secondary package repository
<https://chaquo.com/pypi-7.0/>`__. Contributions of new package recipes are welcome, and
<https://chaquo.com/pypi-13.1/>`__. Contributions of new package recipes are welcome, and
can be submitted as pull requests. Or, if you have a particular package that you'd like
us to support, please visit the `issue tracker
<https://github.com/chaquo/chaquopy/issues>`__ and provide details about that package.

0 comments on commit 0524289

Please sign in to comment.