Skip to content

Commit

Permalink
Make plugins syntax note more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 19, 2023
1 parent 9f30387 commit 7629f3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.0
15.0.1
8 changes: 4 additions & 4 deletions product/runtime/docs/sphinx/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Project setup
Gradle plugin
-------------

.. note:: The following instructions use the `plugins` syntax. If your project uses the
previous `buildscript` and `apply` syntax, follow the instructions `here
<../10.0/android.html#android-plugin>`_, but replace the Chaquopy version number with
the current one shown below.
The following instructions use the `plugins` syntax. If your project uses the
previous `buildscript` and `apply` syntax, follow the instructions `here
<../10.0/android.html#android-plugin>`_, but replace the Chaquopy version number with
the current one shown below.

In your project's `settings.gradle` file, find the `pluginManagement` repositories list,
and make sure it includes `mavenCentral()`. If your project was generated by a recent
Expand Down

0 comments on commit 7629f3d

Please sign in to comment.