diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2019-09-27 13:00:05 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2019-09-27 13:15:06 +0530 |
commit | b5c155db1bc5402a09f3107436a55fcde7c6e309 (patch) | |
tree | 9233783da20d029cd5150f41692f959269552713 /.gitignore | |
parent | 6c5b46eadd3d541cb093234ee8e6d9768e0af5f8 (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 <me@msfjarvis.dev>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ /captures/ /local.properties .DS_Store -.externalNativeBuild/ +.cxx/ Thumbs.db build/ *.apk |