10 lines
181 B
Groovy
Raw Normal View History

2014-03-21 02:32:11 +01:00
if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
dependencies {
compile project(':jme3-core')
compile project(':jme3-plugins')
2017-09-14 22:29:26 -04:00
compileOnly 'android:android'
2014-03-21 02:32:11 +01:00
}