-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I've tried several different iterations with the options and non are working.
lane :distribute do
updated_version = 75
increment_version_code(
gradle_file_path: "./app/build.gradle",
ext_constant_name: "versionCode",
version_code: updated_version.to_i,
)
gradle(task: "clean")
gradle(task: "assemble", build_type: "Release")
firebase_app_distribution()
end
I've tried:
- moving
increment_version_codeafter the gradle tasks - wrapping the options for
increment_version_codein{} - removing the
versionCodeentry from the build.gradle file - using
.to_sinstead of.to_ifor theversion_codeoption
Am I missing something obvious, or is this plugin broken?
Metadata
Metadata
Assignees
Labels
No labels