Gradle upgrade
This commit is contained in:
parent
77b72cccf7
commit
30bfde6391
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
buildscript {
|
||||
|
||||
ext.kotlinVersion = '1.3.61'
|
||||
ext.kotlinVersion = '1.3.71'
|
||||
|
||||
repositories {
|
||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||
|
@ -18,7 +18,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1'
|
||||
|
||||
// This is for wrapping the .jar file into a standalone executable
|
||||
|
|
Loading…
Reference in a new issue