From ae9e26fb67f83ae27b348c9d23fd982b7ec426d6 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 9 Jan 2017 18:31:48 +0100 Subject: Version 0.6.64 --- main/build.gradle | 6 +++--- main/openvpn | 2 +- misc/ignore_rsync_breakpadsync | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 misc/ignore_rsync_breakpadsync diff --git a/main/build.gradle b/main/build.gradle index b6bb1c32..ca2295e4 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -22,13 +22,13 @@ dependencies { android { compileSdkVersion 25 - buildToolsVersion '25.0.1' + buildToolsVersion '25.0.2' defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode = 144 - versionName = "0.6.63" + versionCode = 145 + versionName = "0.6.64" } sourceSets { diff --git a/main/openvpn b/main/openvpn index 53e588af..3bb50869 160000 --- a/main/openvpn +++ b/main/openvpn @@ -1 +1 @@ -Subproject commit 53e588afe9fe4500543bb162d58fa1f9637946ad +Subproject commit 3bb5086974d443b6855079d85c6d769871089844 diff --git a/misc/ignore_rsync_breakpadsync b/misc/ignore_rsync_breakpadsync new file mode 100644 index 00000000..67123816 --- /dev/null +++ b/misc/ignore_rsync_breakpadsync @@ -0,0 +1,5 @@ +.git +.gradle +main/obj +*.apk +build/ -- cgit v1.2.3