chore: release v2.3.1

This commit is contained in:
Lei Nelissen
2024-03-06 19:12:23 +01:00
parent f310bb82f6
commit 6f78f18928
26 changed files with 38 additions and 31 deletions

View File

@@ -135,6 +135,13 @@ platform :android do
end
lane :release do
android_set_version_name(
version_name: package["version"],
gradle_file: "android/app/build.gradle"
)
android_set_version_code(
gradle_file: "android/app/build.gradle"
)
gradle(
task: "bundle",
build_type: "Release",