mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02: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:
@@ -3,9 +3,10 @@ buildscript {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
maven { url 'https://maven.google.com' }
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:2.3.0"
|
||||
classpath "com.android.tools.build:gradle:3.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user