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