Skip to content

miyomi-test/build-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doki – Educational Build Repository

Doki Banner

License Android


⚠️ Important Notice: Project Discontinued

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)

📋 About This Repository

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

🔍 What This Repo Contains

✔️ 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


⚠️ Legal & Ownership

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

🛡️ Safety & Transparency

⚠️ No manga or copyrighted content is hosted here.
This repository is only code-based experimentation — nothing executable is provided.

For legal clarity & user responsibility info:

Terms of Service


🚀 Build From Source (Educational Only)

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