Skip to content

Commit

Permalink
Remove wordpress-login lib from fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Feb 7, 2025
1 parent 2a9d782 commit c9e6ef6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ RAW_SCREENSHOTS_PROCESSING_DIR = File.join(Dir.pwd, 'screenshots', 'raw_tmp')
PROMO_SCREENSHOTS_DIR = File.join(Dir.pwd, 'screenshots', 'promo_screenshots')
FROZEN_STRINGS_PATH = File.join(Dir.pwd, 'resources', 'values', 'strings.xml')
REMOTE_LIBRARIES_STRINGS_PATHS = [
{
name: 'Login Library',
import_key: 'wordpress-login',
repository: 'wordpress-mobile/WordPress-Login-Flow-Android',
strings_file_path: 'WordPressLoginFlow/src/main/res/values/strings.xml',
exclusions: ['default_web_client_id']
},
{
name: 'About Library',
import_key: 'automattic-about', # key used in libs.versions.toml file to reference the version
Expand Down

0 comments on commit c9e6ef6

Please sign in to comment.