apply plugin: 'java-library' dependencies { compileOnly files('libs\\android.jar') } sourceCompatibility = "1.7" targetCompatibility = "1.7"