[PR #915] [CLOSED] feat: build rust sdk in android #4432

Closed
opened 2026-03-23 21:37:47 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/915
Author: @LucasXu0
Created: 8/26/2022
Status: Closed

Base: mainHead: android_build


📝 Commits (1)

  • 62c7e28 feat: build rust sdk in android

📊 Changes

12 files changed (+150 additions, -5 deletions)

View changed files

📝 frontend/.vscode/launch.json (+11 -0)
📝 frontend/.vscode/tasks.json (+27 -0)
📝 frontend/Makefile.toml (+6 -0)
📝 frontend/app_flowy/android/app/build.gradle (+5 -3)
📝 frontend/app_flowy/android/app/src/main/AndroidManifest.xml (+3 -1)
frontend/app_flowy/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java (+25 -0)
📝 frontend/app_flowy/android/build.gradle (+1 -1)
📝 frontend/app_flowy/android/settings.gradle (+15 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/android/settings.gradle (+14 -0)
📝 frontend/rust-lib/Cargo.lock (+11 -0)
📝 frontend/rust-lib/lib-sqlite/Cargo.toml (+1 -0)
📝 frontend/scripts/makefile/desktop.toml (+31 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/915 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `android_build` --- ### 📝 Commits (1) - [`62c7e28`](https://github.com/AppFlowy-IO/AppFlowy/commit/62c7e28d3ba0e09368bb62f38efa6f073946b6ce) feat: build rust sdk in android ### 📊 Changes **12 files changed** (+150 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+11 -0) 📝 `frontend/.vscode/tasks.json` (+27 -0) 📝 `frontend/Makefile.toml` (+6 -0) 📝 `frontend/app_flowy/android/app/build.gradle` (+5 -3) 📝 `frontend/app_flowy/android/app/src/main/AndroidManifest.xml` (+3 -1) ➕ `frontend/app_flowy/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java` (+25 -0) 📝 `frontend/app_flowy/android/build.gradle` (+1 -1) 📝 `frontend/app_flowy/android/settings.gradle` (+15 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/android/settings.gradle` (+14 -0) 📝 `frontend/rust-lib/Cargo.lock` (+11 -0) 📝 `frontend/rust-lib/lib-sqlite/Cargo.toml` (+1 -0) 📝 `frontend/scripts/makefile/desktop.toml` (+31 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:47 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4432
No description provided.