blob: cbb112be671c87ef2cc81f72b4a61b5072c100b2 [file] [log] [blame]
apply plugin: 'application'
apply plugin: 'java'
mainClassName = "com.android.apigenerator.Main"
applicationDefaultJvmArgs = ["-ea", "-Xms1048m", "-Xmx2048m"]
sourceCompatibility = 1.6
dependencies {
compile 'com.google.guava:guava:17.0'
compile 'net.sf.kxml:kxml2:2.3.0'
compile 'org.ow2.asm:asm:5.0.4'
compile 'org.ow2.asm:asm-tree:5.0.4'
}
defaultTasks 'installApp'