v1.0 Initial Release
Make sure RecorderRule runs before ActivityTestRule (#13) This was causing some requests at app startup to not be captured because it would take some time for the RecorderRule to load the yaml file and the app has already started running in the meantime. This guarantees that the app only starts after the tape is loaded.