06-01-2016, 05:39 PM
There are a lot of different versions of Android in existence right now. Since the current SDK min version is API 16 we support 95.7% of all the devices that use the Google Play store. There are 6 different screen densities and 6 different architectures that need to be supported, too. (Hell, even OS modifications (Samsung, <insert Android roms from XDA here>) can break apps) The fact is I don't have enough devices to properly test on.
Beta releases will be release builds signed with a debug key. Proguard will also obfuscate and remove unused code and resources.
Beta releases will be release builds signed with a debug key. Proguard will also obfuscate and remove unused code and resources.