This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
credits: https://github.com/SabriGhazali | |
source: https://github.com/proyecto26/react-native-inappbrowser/issues/451#issuecomment-2275538714 | |
At project-level, android/build.gradle | |
allprojects { | |
subprojects { | |
afterEvaluate { project -> | |
if (project.hasProperty('android')) { | |
project.android { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# since ikvm.net site is down there seems to be not a single live mirror of 8.1.5717.0 build, | |
# but it's still up in ubuntu repos: https://packages.ubuntu.com/bionic/ikvm | |
# install on 18.04 (wsl works fine) and use as usual, resulting dlls/executables should work fine on windows | |
sudo apt-get update | |
sudo apt-get install ikvm | |
ikvmc greenfield-apps-1.16.1.jar -main:org.verapdf.apps.GreenfieldCliWrapper | |
# copying IKVM dlls | |
find /usr -name 'IKVM.OpenJDK.Core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<title>$title</title> | |
<meta property="og:site_name" content="$site_name"> | |
<meta property="og:description" content="$description"> | |
<meta property="article:author" content="$author"> | |
<!-- $image_url / link preview image is set using og:image property --> | |
<!-- <meta property="og:image" content="http://example.com/img.jpeg"> --> | |
<meta property="telegram:channel" content="@cor_bee"> |