LiveData is not updating its value on 2nd api call
I am fetching currency exchange rate by api call using retrofit and ViewModel concept.On launch of application I am able to get the latest data from the server but when I am trying to update the live data by clicking the button, Live Data value is not updating, I am getting the same old data.So can anyone please help me out how to update live Data on button click event.