From 2b2dee6586048e62d066a3ea7b761649828b3aff Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 28 Dec 2017 00:30:40 +0100 Subject: Add OpenVPN3 to build, change build system to cmake --- remoteExample/build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'remoteExample') diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index cae24e03..f3b0c749 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -5,9 +5,16 @@ apply plugin: 'com.android.application' +repositories { + jcenter() + maven { url "https://jitpack.io" } + maven { url 'https://maven.google.com' } +} + + android { compileSdkVersion 27 - buildToolsVersion '27.0.1' + buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 15 @@ -18,5 +25,4 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar', '*.aar']) } -- cgit v1.2.3