Skip to content

Commit

Permalink
Handle state-saving on emulator shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ruhl committed Jan 25, 2018
1 parent 2f9bd20 commit 0cbab4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def self.run(params)

UI.message("Stopping emulator")
system("#{adb} emu kill > /dev/null 2>&1 &")
sleep(2)

UI.message("Creating new emulator")
FastlaneCore::CommandExecutor.execute(
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/android_emulator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module AndroidEmulator
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit 0cbab4e

Please sign in to comment.