Skip to content

Commit 8e47a43

Browse files
authored
Merge pull request #334 from firebase/lk/remove-google-api-client
Remove google-api-client dependency and bump to 0.7.1.pre.2
2 parents c881f4e + 3b3cc6e commit 8e47a43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fastlane-plugin-firebase_app_distribution.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
2020

21-
spec.add_dependency('google-api-client', '~> 0.38')
2221
spec.add_dependency('google-apis-firebaseappdistribution_v1', '~> 0.3.0')
2322

2423
spec.add_development_dependency('pry')
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module FirebaseAppDistribution
3-
VERSION = "0.7.1.pre.1"
3+
VERSION = "0.7.1.pre.2"
44
end
55
end

0 commit comments

Comments
 (0)