Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Applied the 2015 update of MobileESP #6

Merged
merged 1 commit into from
Jul 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task :default => [:test]
desc "Download Java MobileESP source code to ./tmp directory."
task :download_source do
`mkdir -p java_source`
`cd java_source; rm UAgentInfo.java; wget http://mobileesp.googlecode.com/svn/Java/UAgentInfo.java`
`cd java_source; rm UAgentInfo.java; wget https://raw.githubusercontent.com/ahand/mobileesp/master/Java/UAgentInfo.java`
end

Rake::TestTask.new do |t|
Expand Down
Loading