1

so, if your TL gave you a task to update all the libraries of an app to their latest version, how are you going to go with it?

Honestly my first reaction was frustration and scare. Coz in android, its already very difficult to run a 1 year old project in the latest studio as a lot of things become incompatible with each other.

but thinking deeply, i think its a nice challange as a software dev.

i got 1 approach in mind ,the bomb blast approach : search for the latest versions of that lib in maven central and replace

any other , more sequential approach that you could think of?

Comments
  • 5
    Having tests is the key to success
    Just update one by one until it breaks
Add Comment