Help. My new android build try to download old catalog hash file.

I cleaned and created a new addressable build. After that I removed the old APK from the build folder and uninstalled from the device and performed a new android build.

However, when I run the game on the device, the logcat shows error about failing to download catalog file.

It is trying to download an old .hash file
(catalog_2022.07.01.05.40.50.hash)
instead of the new one from clean addressable build
(catalog_2022.07.01.07.23.43.hash).

Why is this happening?
It is a new build for both addressable and android build.
What am I missing here?

Using Addressables 1.19.19

Nevermind,
I found that the new addressable build is created under windows platform. Thus the android build does not use the new version file name. This design is kind of annoying when they both shared the same set of assets but I need to build them twice.