From 34ed3e5c68dd3cdae305bbf51bedd2ded2489e04 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 26 Mar 2021 02:29:31 +0430 Subject: [PATCH] Update getAndroid.ps1 --- AndroidCompat/getAndroid.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidCompat/getAndroid.ps1 b/AndroidCompat/getAndroid.ps1 index 56ba747..6112aa2 100644 --- a/AndroidCompat/getAndroid.ps1 +++ b/AndroidCompat/getAndroid.ps1 @@ -12,7 +12,7 @@ $android_jar = (Get-Location).Path + "\tmp\android.jar" [IO.File]::WriteAllBytes($android_jar, [Convert]::FromBase64String($androidEncoded)) -# We need to remove any stub classes that we might use +# We need to remove any stub classes that we have implementations for Write-Output "Patching JAR..." function Remove-Files-Zip($zipfile, $path) @@ -87,4 +87,4 @@ Move-Item -Force $android_jar "AndroidCompat/lib/android.jar" Write-Output "Cleaning up..." Remove-Item -Recurse -Force "tmp" -Write-Output "Done!" \ No newline at end of file +Write-Output "Done!"