You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve log messages when duplicate files are copied to the outputs (#90)
* Improve log messages when duplicate files are copied to the outputs
* Update dependencies
* Add sensible default exclude filter patterns
* Improve error logging
Remove error detection and retry (#88)
* Remove the error detection and retry logic from the step completely. Users on Gradle 5+ will benefit from Gradle's network retries (and can customize its parameters better)
* Migrate the step's test workflows to the unified CI structure
- Clone https://github.com/bitrise-samples/sample-apps-android-sdk22.git into a subdirectory instead, to solve the issue that the sample app is too old: `Could not find any version that matches com.android.support:appcompat-v7:22.+.`
- Use 'App file exclude' input instead of the deprecated 'Apk file filter'
Co-authored-by: Laszlo Pusok <laszlo.pusok@bitrise.io>
Direct gradle output to log file if debug flag used (#76)
* Dependency update
* Not generic working
* Direct gradle output to log file if debug flag used
* Left outs
* typos
* Fix ci
* Fix CI
Co-authored-by: Tamas Papik <trapacska@gmail.com>