When updating the www-folder of my Android app (using Cordova 3.6.3), the app shows an old cached-version of my www.
If I clear app-data (from Android->Settings->Apps) and run the app, the new updated version of www is shown. This is a big problem when publishing new versions of the app.
How can I force the app to clear the cache when the app is updated (or just every time the app starts)?