HI everyone. I’m working on a mutlimodule android...
# android
y
HI everyone. I’m working on a mutlimodule android project, and after a while i noticed that my build duration had increased, so after a few analyses i noticed that the
mergeExtDexDebug
task was the one that was taking a lot of time and the reason why it runs is Value of input propertv ‘sharedParams.minSdkVersion’ has changed is there anyone who could have the solution to this issue ? Thanks !
1
g
It looks that you build from command line and after that from Android studio, it may cause change of minSdkVersion because of AS questionable (at least at this moment) optimization to set minSdkVersion according to device on which it deploying
3
r
How do you get this info from android studio
g