Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-23 17:39:26 +03:00
parent 0eb8735da4
commit b7ab7bcdf4

View file

@ -53,6 +53,13 @@ platform :android do
'versionCode' => options[:versionCode],
'versionName' => options[:versionName],
})
gradle(
task: "clean assemble",
build_type: "Internal",
properties: {
'versionCode' => options[:versionCode],
'versionName' => options[:versionName],
})
gradle(
task: "bundle",
build_type: "Release",