05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Do not check resources into version control #156

Closed 05nelsonm closed 10 months ago

05nelsonm commented 10 months ago

A gradle task should be run at build time to look for available binaries within the external/build directory and package them to the /build directory of that project module. In the event a lib does not exist, it should generate a stub so that runtime has something to reference.

Need to move task.sh package to gradle so we're not blowing up version control.

05nelsonm commented 10 months ago

This will require:

UPDATE: Instead of going through the trouble of creating a task, I documented in the release notes a step to check error reports for any resource errors.

05nelsonm commented 10 months ago

Need to compile a little Hello World program for android mock resources for the jniLibs