diff --git a/README.md b/README.md
index 923016c2..e0d560b2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Readest
-[Readest][link-website] is an open-source ebook reader designed for immersive and deep reading experiences. Built as a modern rewrite of [Foliate](https://github.com/johnfactotum/foliate), it leverages [Next.js 15](https://github.com/vercel/next.js) and [Tauri v2](https://github.com/tauri-apps/tauri) to offer a seamless cross-platform experience on macOS, Windows, Linux and Web, with support for mobile platforms coming soon.
+[Readest][link-website] is an open-source ebook reader designed for immersive and deep reading experiences. Built as a modern rewrite of [Foliate](https://github.com/johnfactotum/foliate), it leverages [Next.js 15](https://github.com/vercel/next.js) and [Tauri v2](https://github.com/tauri-apps/tauri) to deliver a smooth, cross-platform experience across macOS, Windows, Linux, Android, iOS, and the Web.
[![Website][badge-website]][link-website]
[![Web App][badge-web-app]][link-web-readest]
@@ -62,7 +62,6 @@
| **Feature** | **Description** | **Priority** |
| ------------------------------- | ------------------------------------------------------------------------------------------ | ------------ |
-| **Support iOS and Android** | Expand the APP to work on iOS and Android devices. | 🛠 |
| **Library Management** | Organize, sort, and manage your entire ebook library. | 🛠 |
| **AI-Powered Summarization** | Generate summaries of books or chapters using AI for quick insights. | 🔄 |
| **Sync with Koreader** | Synchronize reading progress, notes, and bookmarks with [Koreader][link-koreader] devices. | 🔄 |
@@ -153,9 +152,21 @@ For Windows targets, “Build Tools for Visual Studio 2022” (or a higher editi
pnpm tauri dev
```
+For Android:
+
+```bash
+# Initialize the Android environment (run once)
+pnpm tauri android init
+
+pnpm tauri android dev
+```
+
For iOS:
```bash
+# Set up the iOS environment (run once)
+pnpm tauri ios init
+
pnpm tauri ios dev
```
diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json
index 7dc47d4e..4e08b71a 100644
--- a/apps/readest-app/package.json
+++ b/apps/readest-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
- "version": "0.9.9",
+ "version": "0.9.10",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
diff --git a/apps/readest-app/release-notes.json b/apps/readest-app/release-notes.json
index a14f4a68..8e7bcce7 100644
--- a/apps/readest-app/release-notes.json
+++ b/apps/readest-app/release-notes.json
@@ -1,5 +1,12 @@
{
"releases": {
+ "0.9.10": {
+ "date": "2025-02-08",
+ "notes": [
+ "Add options to adjust paragraph margin, word spacing, letter spacing, text indent and font weight",
+ "Alpha release for Android and iOS platforms"
+ ]
+ },
"0.9.9": {
"date": "2025-02-06",
"notes": [