v1.1.2: moved the robovm gradle plugin declaration to fix a build error

This commit is contained in:
Evan Debenham
2021-12-29 21:08:27 -05:00
parent 69dfe7a104
commit 1b28cd19b5
2 changed files with 9 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.13'
}
}