Skip to content

Commit 7d9c7d1

Browse files
authored
Remove deprecation warning for apk_path parameter (#193)
* Remove deprecation warning for apk_path parameter * Uncommment code
1 parent c6bce4c commit 7d9c7d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def self.available_options
169169
# Android Specific
170170
FastlaneCore::ConfigItem.new(key: :apk_path,
171171
env_name: "FIREBASEAPPDISTRO_APK_PATH",
172-
deprecated: "The apk_path parameter is deprecated. Please use android_artifact_path instead",
173172
description: "Path to your APK file",
174173
optional: true),
175174
FastlaneCore::ConfigItem.new(key: :android_artifact_path,

0 commit comments

Comments
 (0)