The official Doki team has announced that Doki has been discontinued and development has moved to a new application called "Yukimi".
As a result:
- 🛑 No more support for Doki app
- 🛑 No more updates for this repository
- 🛑 No more maintenance from original developers
- 🔄 Development continues on Yukimi (check official channels for new project)
This repository is strictly for educational and build experimentation purposes.
It does not provide any compiled APKs, binaries, or ready-to-install apps.
It exists only to:
- 🧠 Study open-source building methods
- 🧪 Test configurations & CI/CD
- 📂 Explore Android project structures
- 🛠️ Learn how to compile from source
✔️ Build scripts & configuration tests
✔️ Experimental workflows (CI/CD)
✔️ Educational notes for compilation
✔️ Public source code references only
❌ No binaries
❌ No APK downloads
❌ No direct distribution
❌ No installation guides
All rights belong to the original Doki developers.
This repository:
- Does not claim ownership
- Does not distribute compiled apps
- Is not affiliated with the original project
- Exists only to learn from open-source software
This repository is only code-based experimentation — nothing executable is provided.
For legal clarity & user responsibility info:
Note: This project is discontinued. Building is for educational purposes only.
# Clone the source (for educational reference)
git clone https://github.com/<doki-source>
# Build using Gradle (for learning purposes)
./gradlew assembleDebug