Skip to content

Commit

Permalink
Android: update gradle, NDK and built tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim authored and rubenwardy committed Oct 13, 2020
1 parent e831ebd commit 2ca81d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/android/app/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
ndkVersion '21.2.6472646'
buildToolsVersion '30.0.2'
ndkVersion '21.3.6528147'
defaultConfig {
applicationId 'net.minetest.minetest'
minSdkVersion 16
Expand Down Expand Up @@ -110,5 +110,5 @@ android.applicationVariants.all { variant ->

dependencies {
implementation project(':native')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
}
4 changes: 2 additions & 2 deletions build/android/build.gradle
Expand Up @@ -15,8 +15,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'de.undercouch:gradle-download-task:4.0.4'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'de.undercouch:gradle-download-task:4.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
8 changes: 6 additions & 2 deletions build/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,2 +1,6 @@
#Fri Jun 05 19:18:07 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
#Mon Sep 07 22:11:10 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
4 changes: 2 additions & 2 deletions build/android/native/build.gradle
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'de.undercouch.download'

android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
ndkVersion '21.2.6472646'
buildToolsVersion '30.0.2'
ndkVersion '21.3.6528147'
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
Expand Down

0 comments on commit 2ca81d6

Please sign in to comment.