# remove the leading '#' to uncomment lines

app_package_name('eu.roggstar.luigithehunter.dsaassistent')
# use_tests_in_packages(['your.screenshot.tests.package'])

app_apk_path('app/build/outputs/apk/debug/app-debug.apk')
tests_apk_path('app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk')

locales(['de-DE','en-US'])

# clear all previously generated screenshots in your local output directory before creating new ones
clear_previous_screenshots(true)

# For more information about all available options run
#   fastlane screengrab --help
