Skip to content

Commit

Permalink
Updates paths for Gradle 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Jan 23, 2020
1 parent 24515fd commit c742f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/ScreenshotFastfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ platform :android do

screenshot_options = {
output_directory: "fastlane/metadata/android",
app_apk_path: "WordPress/build/outputs/apk/vanilla/debug/WordPress-vanilla-debug.apk",
tests_apk_path: "WordPress/build/outputs/apk/androidTest/vanilla/debug/WordPress-vanilla-debug-androidTest.apk",
app_apk_path: "WordPress/build/outputs/apk/vanilla/debug/org.wordpress.android-vanilla-debug.apk",
tests_apk_path: "WordPress/build/outputs/apk/androidTest/vanilla/debug/org.wordpress.android-vanilla-debug-androidTest.apk",
use_tests_in_classes: "org.wordpress.android.ui.screenshots.WPScreenshotTest",
reinstall_app: false,
clear_previous_screenshots: should_clear_previous_screenshots,
Expand Down

0 comments on commit c742f63

Please sign in to comment.