summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-09-28 12:43:48 +0200
committerArne Schwabe <arne@rfc2549.org>2016-09-28 12:43:48 +0200
commitaf87e5e9626236c1ea3cda594ebf0a63bfc3d5b5 (patch)
tree357c63cc14e608960c2758ecdc3a898866e4eac6 /build.gradle
parent7785186a44462250cf7a8cc52e1aa14d57a1788d (diff)
Ignore errors when the management connection is closed (i.e. OpenVPN process exited), closes #553
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a7407184..1464dd50 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.0-rc1'
+ classpath 'com.android.tools.build:gradle:2.2.0'
}
}