mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
get bundle list before creating release
This commit is contained in:
parent
132263a093
commit
3952bff558
@ -143,6 +143,17 @@ module Supply
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
class Client
|
class Client
|
||||||
|
def list_edit_bundles
|
||||||
|
ensure_active_edit!
|
||||||
|
|
||||||
|
call_google_api do
|
||||||
|
client.list_edit_bundles(
|
||||||
|
current_package_name,
|
||||||
|
current_edit.id
|
||||||
|
)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def update_track(track_name, track_object)
|
def update_track(track_name, track_object)
|
||||||
UI.message("Using custom `update_track` method.")
|
UI.message("Using custom `update_track` method.")
|
||||||
ensure_active_edit!
|
ensure_active_edit!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user