Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jun 4, 2024
1 parent 14b47d3 commit 16b72ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions product/gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ After stable release:
* Close the project to make sure .idea files are written.
* Temporarily edit `test_gradle_plugin.RunGradle.rerun` to test the current stable
Chaquopy version with the new AGP version, on all platforms.
* If it passes, update android.rst and versions.rst for the existing version, add a
note in changelog.rst, and publish them to the website.
* If it passes, update android.rst, versions.rst and changelog.rst for the existing
version, and publish them to the website.
* If it fails, fix the problems, update android.rst and versions.rst for the new
version, and perform a Chaquopy release as soon as possible, because Android
Studio's auto-updater will cause many users to move to the new AGP version.
Expand Down
2 changes: 1 addition & 1 deletion product/runtime/docs/sphinx/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In your *top-level* `build.gradle` file, set the Chaquopy version:
}
Also check the Android Gradle plugin version (`com.android.application` or
`com.android.library`): it should be between 7.0.x and 8.3.x. Older versions as far back
`com.android.library`): it should be between 7.0.x and 8.4.x. Older versions as far back
as 2.2 are supported by :doc:`older versions of Chaquopy <../versions>`.

Then apply the Chaquopy plugin in the *module-level* `build.gradle` file (usually in the
Expand Down
5 changes: 3 additions & 2 deletions product/runtime/docs/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Features
<https://github.com/chaquo/chaquopy/issues/886>`__)
- Update CA bundle to certifi 2023.11.17. (`#893
<https://github.com/chaquo/chaquopy/issues/893>`__)
- Android Gradle plugin versions 8.1, 8.2 and 8.3 are now supported. (`#908
- Android Gradle plugin versions 8.1 to 8.4 are now supported. (`#908
<https://github.com/chaquo/chaquopy/issues/908>`__, `#1003
<https://github.com/chaquo/chaquopy/issues/1003>`__, `#1091
<https://github.com/chaquo/chaquopy/issues/1091>`__)
<https://github.com/chaquo/chaquopy/issues/1091>`__, `#1140
<https://github.com/chaquo/chaquopy/issues/1140>`__)
- Python version 3.12 is now supported. (`#931
<https://github.com/chaquo/chaquopy/issues/931>`__, `#967
<https://github.com/chaquo/chaquopy/issues/967>`__)
Expand Down
2 changes: 1 addition & 1 deletion product/runtime/docs/sphinx/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version summary
| | |Gradle plugin |level |
| | |versions | |
+===================+===================+===================+===================+
|15.0 |3.8 - 3.12 |7.0 - 8.3 | |
|15.0 |3.8 - 3.12 |7.0 - 8.4 | |
+-------------------+-------------------+-------------------+ +
|14.0 | |4.1 - 8.0 | |
+-------------------+ +-------------------+ +
Expand Down

0 comments on commit 16b72ae

Please sign in to comment.