willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

Feature/enable relative app file path #109

Closed mrk-han closed 5 years ago

mrk-han commented 5 years ago

If the apk/app name is dynamic due to version or date appended, we want to be able to specify either a wildcard (e.g. ./apps/*.apk) in appFile, or we want to be able to just give appFile a path to a directory to check for an .apk or .app.

This approach is the latter.

mrk-han commented 5 years ago

Tests were failing on CircleCI because I forgot to pull in Gradle and CircleCI Config changes 👍 Closing for now... 😄