Skip to content

Commit

Permalink
Update outdated path to the new version catalog file
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Oct 18, 2024
1 parent 3f18d89 commit a9fa514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MOBILE_APP = 'WooCommerce'
WEAR_APP = 'WooCommerce-Wear'

PROJECT_ROOT_FOLDER = File.dirname(File.expand_path(__dir__))
BUILD_GRADLE_PATH = File.join(PROJECT_ROOT_FOLDER, 'build.gradle')
BUILD_GRADLE_PATH = File.join(PROJECT_ROOT_FOLDER, 'gradle/libs.versions.toml')
BUILD_PRODUCTS_PATH = File.join(PROJECT_ROOT_FOLDER, 'artifacts')
PROTOTYPE_BUILD_DOMAIN = 'https://d2twmm2nzpx3bg.cloudfront.net'
# The `android_download_translations` action joins the `RES_DIR_PATH` with `PROJECT_ROOT_FOLDER`, so we don't want to
Expand Down

0 comments on commit a9fa514

Please sign in to comment.