summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-12-28 00:30:40 +0100
committerArne Schwabe <arne@rfc2549.org>2017-12-28 00:30:40 +0100
commit2b2dee6586048e62d066a3ea7b761649828b3aff (patch)
treee4afa9c4e225cf808a179dac57be769f63c60d4d /remoteExample
parentb14d9bdfa98b85b9f836d73fbcfc65582a92184a (diff)
Add OpenVPN3 to build, change build system to cmake
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle10
1 files changed, 8 insertions, 2 deletions
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'])
}