All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ksoichiro.eclipse.aar.generator.ProjectPropertiesFileGenerator.groovy Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.github.ksoichiro.eclipse.aar.generator

class ProjectPropertiesFileGenerator extends MetaDataFileGenerator {
    String androidTarget

    @Override
    String generateContent(File file) {
        """\
        |target=${androidTarget}
        |android.library=true
        |""".stripMargin()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy