• Park DongHa's avatar
    Gradle (#649) · aee4512c
    Park DongHa authored
    * Gradle
    
    Gradle support to make ease of import in Android Java projects.
    
    * Gradle
    
    Gradle support for Android projects.
    For command line build, `gradle assembe` will trigger build phase
    
     - Config for Android .so file generation
     - Commented build.gradle
     - Automatic file copy after build
     - Dummy AndroidManifest file
    
    * Build with Gradle
    
     - Build job for Travis CI
     - Moved gradle file to support/
    
    * Gradle Path
    
     - Absolute path for Gradle binary
    
    * File check after Gradle build
    
     - Additional script for build success
     - Check the Gradle's `assemble.doLast` task
    aee4512c
.travis.yml 1.66 KB