Skip to content

Commit

Permalink
Restore Android deps build
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Mar 25, 2024
1 parent 0e39a30 commit f7b8ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $modulesDir = Resolve-Path "$PSScriptRoot/../modules"
$outDir = Resolve-Path "$PSScriptRoot/../plugin-dev/Source/ThirdParty"

$macPlatfromDeps = @("mac", "ios", "android")
$winPlatfromDeps = @("win")
$winPlatfromDeps = @("win", "android")

function buildSentryCocoaIos()
{
Expand Down

0 comments on commit f7b8ad5

Please sign in to comment.