DF1E / SimpleExplorer

Open Source Filemanager
http://forum.xda-developers.com/showthread.php?t=2330864
GNU General Public License v3.0
139 stars 62 forks source link

ease running both debug and release builds on device simultaneously #43

Closed unrulygnu closed 9 years ago

unrulygnu commented 9 years ago

Updated build.gradle to apply package name (applicationId) suffix to debug builds in order to differentiate it from release builds. This facilitates installing and running both builds on a single device at the same time, without interfering with each other.

Also included a version name suffix to debug builds for further clarification.

Also included resources with a debug qualifier to apply a different app name (English and Korean provided) and launcher icon to debug builds for further differentiation in the launcher and settings.

This should make it easier for users to debug and compare behaviors with release builds.

DF1E commented 9 years ago

Thats a good idea, thanks