iOS: remove unused Gradle settings (#329)

This commit is contained in:
Longri 2017-03-07 11:57:46 +01:00 committed by Emux
parent 5818edc228
commit a001f4615c
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ sourceSets.main.java.srcDirs = ["src/"]
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext { ext {
// Configure your application main class
mainClassName = "org.oscim.ios.RoboVmLauncher"
roboVMVersion = "2.3.0" roboVMVersion = "2.3.0"
} }

View File

@ -16,8 +16,6 @@ sourceSets.main.java.srcDirs = ["src/"]
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext { ext {
// Configure your application main class
mainClassName = "org.oscim.ios.RoboVmLauncher"
roboVMVersion = "2.3.0" roboVMVersion = "2.3.0"
} }