Closed wzieba closed 2 days ago
App Name | WooCommerce-Wear Android | |
Platform | βοΈ Wear OS | |
Flavor | Jalapeno | |
Build Type | Debug | |
Commit | 65aa32dcf114278da47dd16d114addeca9fcab8a | |
Direct Download | woocommerce-wear-prototype-build-pr12934-65aa32d.apk |
π² You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
App Name | WooCommerce Android | |
Platform | π± Mobile | |
Flavor | Jalapeno | |
Build Type | Debug | |
Commit | 65aa32dcf114278da47dd16d114addeca9fcab8a | |
Direct Download | woocommerce-prototype-build-pr12934-65aa32d.apk |
π
Description
This PR removes wrapper around
configure
tool, used for applying and updating secret properties in the app.My arguments to remove these tasks are following
fastlane
action is convenient, has a step-by-step guide and gives more customization like backing up files etc.fastlane
directlyfastlane
directlyTasks provide some improvements though like disabling fastlane's update check. But I think they're not that useful to keep them.
Removing these tasks clear the configuration code (less tasks to maintain) and unblocks further progress on enabling configuration cache.
Internal discussion: p1731673374633309-slack-CGPNUU63E
They have been recently removed from WordPress-Android repository: https://github.com/wordpress-mobile/WordPress-Android/pull/21443