Browse Source

Updating fastlane import to 0.0.4

Kevin Harwood 9 years ago
parent
commit
c626be395a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -1,4 +1,4 @@
 import_from_git(
   url: 'https://github.com/AFNetworking/fastlane.git', 
-  branch: 'feature/code_coverage'
+  branch: '0.0.4'
 )