Skip to content

Commit 2a8e2f1

Browse files
committed
Temporarily disable update of AAndroid SDK
1 parent 5d9d72b commit 2a8e2f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fastlane/lib/actions/update_native_sdks.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ def update_submodules(params)
7272
UI.message "Updating native SDK submodules..."
7373
sh "git submodule update --init" # In case not present
7474
['android', 'ios'].each do |platform|
75+
# Temporarily disable update of Android.
76+
next unless platform == 'ios'
77+
7578
folder = "native-sdks/#{platform}"
7679
Dir.chdir(folder) do
7780
UI.message "Updating submodule in #{folder}"

0 commit comments

Comments
 (0)