Name Date Size #Lines LOC

..--

mockito-extensions/H25-Apr-2025-32

README.txtH A D25-Apr-2025369 86

dispatcher.jarHD25-Apr-20252.3 KiB

README.txt

1dispatcher.jar is the classes.dex of the apk created by dexmaker-mockito-inline-dispatcher
2repackaged into a jar. We should automate this.
3
4unzip dexmaker-mockito-inline-dispatcher/build/outputs/apk/release/dexmaker-mockito-inline
5-dispatcher-release-unsigned.apk classes.dex
6jar -cf dexmaker-mockito-inline/src/main/resources/dispatcher.jar classes.dex
7rm classes.dex
8