From 7629f3d4e6b83941db6c58df39539ab900ffb620 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Sun, 20 Aug 2023 00:00:56 +0100 Subject: [PATCH] Make plugins syntax note more prominent --- VERSION.txt | 2 +- product/runtime/docs/sphinx/android.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 94188a7483..2bbd2b4b42 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -15.0.0 +15.0.1 diff --git a/product/runtime/docs/sphinx/android.rst b/product/runtime/docs/sphinx/android.rst index 8135634b5c..291cf5bf98 100644 --- a/product/runtime/docs/sphinx/android.rst +++ b/product/runtime/docs/sphinx/android.rst @@ -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