summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-08-14 01:59:29 +0200
committerArne Schwabe <arne@rfc2549.org>2021-08-14 01:59:58 +0200
commitd1eb15b8dd6b4cb599ea7a084e61e24dfdbc74f4 (patch)
tree9c0e4e1217ce43ad960493e11fadf3dae82bc4c7
parentded687a7c678550fbe88de372b7e4138643b2f7a (diff)
fix skeleton build
-rw-r--r--main/src/skeleton/java/de/blinkt/openvpn/core/VariantConfig.java2
1 files changed, 1 insertions, 1 deletions
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);
}