diff --git a/changes/1571.misc.rst b/changes/1571.misc.rst new file mode 100644 index 000000000..a9c0b3f27 --- /dev/null +++ b/changes/1571.misc.rst @@ -0,0 +1 @@ +Update URL of Android wheel repository. diff --git a/docs/reference/platforms/android/gradle.rst b/docs/reference/platforms/android/gradle.rst index ba6bddd62..d8246017e 100644 --- a/docs/reference/platforms/android/gradle.rst +++ b/docs/reference/platforms/android/gradle.rst @@ -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 -`__ to provide pre-compiled Android wheels. +`__ 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 @@ -257,7 +257,7 @@ build an Android wheel. The `Chaquopy repository `__ 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 -`__. Contributions of new package recipes are welcome, and +`__. 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 `__ and provide details about that package.