Ionic app getting previous builds

My app sometimes gets stuff from old builds, that aren’t in my project anymore. I’ve tried to remove the www/builds folder, the sourcemaps, clean the Windows Temp folder, and pushing only the essencial parts of the project to the Ionic Pro to build a cleaner package, but none of these solved the issue. Does anyone knows what may be causing this problem?
Ionic Info:
cli packages:

@ionic/cli-utils  : 1.16.0
ionic (Ionic CLI) : 3.16.0

global packages:

cordova (Cordova CLI) : 7.1.0

local packages:

@ionic/app-scripts : 3.0.1
Cordova Platforms  : android 6.2.3
Ionic Framework    : ionic-angular 3.8.0

System:

Node : v8.7.0
npm  : 5.4.2
OS   : Windows 10

Environment Variables:

ANDROID_HOME : not set

Misc:

backend : pro

Thanks!