diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-01-09 18:31:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-01-09 18:31:48 +0100 |
commit | ae9e26fb67f83ae27b348c9d23fd982b7ec426d6 (patch) | |
tree | 212835a77530751d314b046dde08a082d73ba5f3 | |
parent | 850081fb58f5074f7365abb64dfee0764ab1db76 (diff) |
Version 0.6.64v0.6.64
-rw-r--r-- | main/build.gradle | 6 | ||||
m--------- | main/openvpn | 0 | ||||
-rw-r--r-- | misc/ignore_rsync_breakpadsync | 5 |
3 files changed, 8 insertions, 3 deletions
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 -Subproject 53e588afe9fe4500543bb162d58fa1f9637946a +Subproject 3bb5086974d443b6855079d85c6d76987108984 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/ |