Closed mrk-han closed 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.
./apps/*.apk
.apk
.app
This approach is the latter.
Tests were failing on CircleCI because I forgot to pull in Gradle and CircleCI Config changes 👍 Closing for now... 😄
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.