We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c103d commit 22f6744Copy full SHA for 22f6744
fastlane/Fastfile
@@ -41,7 +41,7 @@ platform :android do
41
puts "options: #{options}"
42
43
Tauri::Android.build(aab: options[:aab] != false, apk: options[:apk], targets: options[:targets]&.split(',') || [],
44
- features: use_prebuilt_openssl ? [] : ["vendored-openssl"])
+ features: ENV["OPENSSL_USE_PREBUILT"] == "1" ? [] : ["vendored-openssl"])
45
end
46
47
desc "Deploy a new version to the Google Play"
0 commit comments