File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
android {
3
3
compileSdkVersion 29
4
- buildToolsVersion ' 29 .0.3 '
5
- ndkVersion ' 21.2.6472646 '
4
+ buildToolsVersion ' 30 .0.2 '
5
+ ndkVersion ' 21.3.6528147 '
6
6
defaultConfig {
7
7
applicationId ' net.minetest.minetest'
8
8
minSdkVersion 16
@@ -110,5 +110,5 @@ android.applicationVariants.all { variant ->
110
110
111
111
dependencies {
112
112
implementation project(' :native' )
113
- implementation ' androidx.appcompat:appcompat:1.1 .0'
113
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
114
114
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ buildscript {
15
15
jcenter()
16
16
}
17
17
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 '
20
20
// NOTE: Do not place your application dependencies here; they belong
21
21
// in the individual module build.gradle files
22
22
}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apply plugin: 'de.undercouch.download'
3
3
4
4
android {
5
5
compileSdkVersion 29
6
- buildToolsVersion ' 29 .0.3 '
7
- ndkVersion ' 21.2.6472646 '
6
+ buildToolsVersion ' 30 .0.2 '
7
+ ndkVersion ' 21.3.6528147 '
8
8
defaultConfig {
9
9
minSdkVersion 16
10
10
targetSdkVersion 29
You can’t perform that action at this time.
0 commit comments