aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2019-09-27 13:00:05 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2019-09-27 13:15:06 +0530
commitb5c155db1bc5402a09f3107436a55fcde7c6e309 (patch)
tree9233783da20d029cd5150f41692f959269552713
parentUprev to Gradle 5.6.2 (diff)
downloadwireguard-android-b5c155db1bc5402a09f3107436a55fcde7c6e309.tar.xz
wireguard-android-b5c155db1bc5402a09f3107436a55fcde7c6e309.zip
Update AGP to 3.5.0
Also update the gitignore to ignore the '.cxx' directory AGP 3.5.0 uses for native build artifacts. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--.gitignore2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d85bf2d3..a9e2ddae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@
/captures/
/local.properties
.DS_Store
-.externalNativeBuild/
+.cxx/
Thumbs.db
build/
*.apk
diff --git a/build.gradle b/build.gradle
index ad6634a5..e22f92cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ allprojects {
buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:3.3.1'
+ classpath 'com.android.tools.build:gradle:3.5.0'
}
repositories {
google()