mars885 / doc-skanner

An Android application that makes it possible to automatically scan and digitize documents from photos.
Apache License 2.0
111 stars 16 forks source link

Why does split APK only include debug builds? #13

Closed rancidfrog closed 3 years ago

rancidfrog commented 3 years ago

When splitting up apks is it intended only to include debug builds? It would be great if normal release builds can be provided.

mars885 commented 3 years ago

The project does not have release builds and probably never will.

It was a side-project of mine, where I was tinkering with OpenCV for solving a particular real-life problem. It's not production-ready, because it lacks quite a lot of features that most document scanning apps have. However, it may be extremely valuable for others, which is why I open-sourced it.

Hope I asnwered your question.