Skip to content

Commit

Permalink
update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
icehong committed Mar 3, 2020
1 parent 825f03f commit 4984b0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
run: sudo ./gradlew build
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ libs
.gradle/
lint.xml
local.properties
gobandroid-ai-gnugo.iml
.cxx
*.iml
.cxx
release
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
4 changes: 1 addition & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.ligi.gobandroidhd.ai.gnugo"
android:installLocation="auto"
android:versionCode="10"
android:versionName="1.0" >
android:installLocation="auto" >

<supports-screens
android:anyDensity="true"
Expand Down

0 comments on commit 4984b0d

Please sign in to comment.