alisultan-cloaked
alisultan-cloaked
@chkfung for example maintaining diff codes, we have > productFlavors { dev { versionCode 10 versionName "1.0.10" } staging { versionCode 20 versionName “1.0.20” } prod { versionCode 30 versionName...
nope, won't work
Well I found a diff solution for that according to our implementation and requirement, now I have created separate version.properties files for each flavour/environment, and added them using ``` def...