diff options
-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/ |