Expected behavior: Correctly determines the latest version number for the required architecture.
Result: The latest version for x86_64 is always downloaded.
$ apkeep -a org.videolan.vlc -d f-droid -o arch=arm64-v8a .
Downloading org.videolan.vlc arch arm64-v8a...
org.videolan.vlc@arm64-v8a downloaded successfully!
$ aapt dump badging org.videolan.vlc@arm64-v8a.apk | grep native-code
native-code: 'x86_64'
some applications that have similar behavior:
Expected behavior: Correctly determines the latest version number for the required architecture.
Result: The latest version for x86_64 is always downloaded.
some applications that have similar behavior: