瀏覽代碼

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>
master
Harsh Shandilya 5 年之前
父節點
當前提交
b5c155db1b
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .gitignore
  2. +1
    -1
      build.gradle

+ 1
- 1
.gitignore 查看文件

@@ -6,7 +6,7 @@
/captures/
/local.properties
.DS_Store
.externalNativeBuild/
.cxx/
Thumbs.db
build/
*.apk


+ 1
- 1
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()


Loading…
取消
儲存