From 4984b0de39ecb9f2029dea23f3d4460877a4b4eb Mon Sep 17 00:00:00 2001 From: icehong Date: Tue, 3 Mar 2020 23:17:25 +0800 Subject: [PATCH] update gradle version --- .github/workflows/android.yml | 2 +- .gitignore | 5 +++-- build.gradle | 4 ++-- src/main/AndroidManifest.xml | 4 +--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aefe49b..acdb555 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,4 +24,4 @@ jobs: with: java-version: 1.8 - name: Build with Gradle - run: ./gradlew build + run: sudo ./gradlew build diff --git a/.gitignore b/.gitignore index 2521b85..79db1a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ libs .gradle/ lint.xml local.properties -gobandroid-ai-gnugo.iml -.cxx \ No newline at end of file +*.iml +.cxx +release diff --git a/build.gradle b/build.gradle index e89a2e2..070ec5d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.6.0' + classpath 'com.android.tools.build:gradle:3.6.1' } } allprojects { @@ -21,7 +21,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" ndkVersion "21.0.6113669" defaultConfig { diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 14e0161..185ffdf 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -2,9 +2,7 @@ + android:installLocation="auto" >