mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update gradle android tool to 3.1.3
Thanks to Monte48 for the correct maven URL outside of android studio
This commit is contained in:
parent
f41df4315f
commit
9855651c06
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
google()
|
google()
|
||||||
|
maven { url 'https://maven.google.com' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:2.3.0"
|
classpath "com.android.tools.build:gradle:3.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue