blob: 9fe3ab2ea0a1eee3b18b245d37aceddf0e13d2dc [file] [log] [blame]
apply plugin: 'java'
dependencies {
compile project(':base:common')
compile 'net.sf.kxml:kxml2:2.3.0'
compile 'org.ow2.asm:asm:4.0'
compile 'org.ow2.asm:asm-tree:4.0'
}
group = 'com.android.tools'
archivesBaseName = 'api-generator'
version = rootProject.ext.baseVersion
// configure the manifest of the sdkJar task
jar.manifest.attributes("Main-Class": "com.android.apigenerator.Main")