Recent content by Dwayne Duane

  1. Dwayne Duane

    Manage Gradle project dependency with configurations

    In my Android project, I have a folder whose content is generated by a gradle task, and I need to package this folder as assets for the .apk I build. Initially, this is how I am setting up my gradle build file: ``` android { ... sourceSets { main { assets {...