Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-24 14:11:29 +03:00
parent 763902d572
commit 32b1dd7b7f

View file

@ -53,13 +53,6 @@ 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",