Up version for release

This commit is contained in:
Alex
2022-07-14 11:39:06 -05:00
parent 09f8bdef6d
commit e9909b179a
7 changed files with 43 additions and 8 deletions

View File

@@ -16,8 +16,15 @@
default_platform(:android)
platform :android do
desc "Build Android"
lane :build do
gradle(
task: 'bundle',
build_type: 'Release',
)
end
desc "Update AAB to PlayStore"
desc "Build and Release Android"
lane :release do
gradle(
task: 'bundle',

View File

@@ -0,0 +1 @@
* Refactored app to use OpenAPI SDK to improve performance and project structure.

View File

@@ -0,0 +1 @@
* Added other languages to app