diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-09-27 13:00:05 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-09-27 13:15:06 +0530 |
commit | 2ede30ccc0b8915f49b7d005bbcb5e7123c3b97d (patch) | |
tree | 9233783da20d029cd5150f41692f959269552713 | |
parent | 56103be8a6fca2853b500ce1ecb88fb4a2980f16 (diff) |
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 <msfjarvis@gmail.com>
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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() |