Skip to content

Commit 2ca81d6

Browse files
Maksimrubenwardy
Maksim
authored andcommittedOct 13, 2020
Android: update gradle, NDK and built tools version
1 parent e831ebd commit 2ca81d6

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed
 

Diff for: ‎build/android/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22
android {
33
compileSdkVersion 29
4-
buildToolsVersion '29.0.3'
5-
ndkVersion '21.2.6472646'
4+
buildToolsVersion '30.0.2'
5+
ndkVersion '21.3.6528147'
66
defaultConfig {
77
applicationId 'net.minetest.minetest'
88
minSdkVersion 16
@@ -110,5 +110,5 @@ android.applicationVariants.all { variant ->
110110

111111
dependencies {
112112
implementation project(':native')
113-
implementation 'androidx.appcompat:appcompat:1.1.0'
113+
implementation 'androidx.appcompat:appcompat:1.2.0'
114114
}

Diff for: ‎build/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ buildscript {
1515
jcenter()
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:4.0.0'
19-
classpath 'de.undercouch:gradle-download-task:4.0.4'
18+
classpath 'com.android.tools.build:gradle:4.0.1'
19+
classpath 'de.undercouch:gradle-download-task:4.1.1'
2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files
2222
}
+6-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
#Fri Jun 05 19:18:07 CEST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
1+
#Mon Sep 07 22:11:10 CEST 2020
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip

Diff for: ‎build/android/native/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'de.undercouch.download'
33

44
android {
55
compileSdkVersion 29
6-
buildToolsVersion '29.0.3'
7-
ndkVersion '21.2.6472646'
6+
buildToolsVersion '30.0.2'
7+
ndkVersion '21.3.6528147'
88
defaultConfig {
99
minSdkVersion 16
1010
targetSdkVersion 29

0 commit comments

Comments
 (0)