From d1eb15b8dd6b4cb599ea7a084e61e24dfdbc74f4 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 14 Aug 2021 01:59:29 +0200 Subject: fix skeleton build --- main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java b/main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java index ef59ae16..7f6cc257 100644 --- a/main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java +++ b/main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java @@ -9,7 +9,7 @@ import android.content.Context; import android.content.Intent; public class VariantConfig { - static Intent getOpenUrlIntent(Context c, bool external) { + static Intent getOpenUrlIntent(Context c, boolean external) { return new Intent(Intent.ACTION_VIEW); } -- cgit v1.2.3