This is an automated email from the ASF dual-hosted git repository.

manuelbeck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new eaf875b0 chore(readme): added nightly build section (#1873)
eaf875b0 is described below

commit eaf875b0d6313648e7a0c3c87650b9bc7bf95fb5
Author: Manuel Beck <[email protected]>
AuthorDate: Thu Dec 4 00:52:18 2025 +0100

    chore(readme): added nightly build section (#1873)
    
    Added section on installing nightly builds of Cordova Android for testing 
purposes, with warnings about stability and production use.
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index cf657e88..b36dff12 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,20 @@ npm install
 npm test
 ```
 
+## Install Nightly Build
+
+```bash
+cordova platform add android@nightly
+```
+
+### Notes
+
+Nightly builds are **not recommended for production apps**. They are intended 
for testing purposes. This allows users either to check if recent changes in 
the main branch have fixed existing issues or to identify new bugs before an 
official release.
+
+Nightly builds are generated daily and may be **unstable**.
+
+See [Apache Cordova - Nightly 
Builds](https://cordova.apache.org/contribute/nightly_builds.html) for more 
details.
+
 ## Further reading
 
 * [Apache Cordova](https://cordova.apache.org/)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to