diff --git a/.github/workflows/internal-build.yml b/.github/workflows/internal-build.yml index f33240dc..e20b72c9 100644 --- a/.github/workflows/internal-build.yml +++ b/.github/workflows/internal-build.yml @@ -77,7 +77,7 @@ on: liveness_detection: description: 'Detect Liveness' required: true - default: 'true' + default: 'false' type: choice options: - false diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index d22cc75a..6bc489f3 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -67,7 +67,7 @@ lane :android_build_internal do git_commit = sh('git rev-parse --short HEAD').strip git_branch = sh('git rev-parse --abbrev-ref HEAD').strip - versionName = "#{git_commit}-#{git_branch}" + versionName = "0.14.0-#{git_commit}-#{git_branch}" gradle(task: "clean bundle#{APP_FLAVOR}Release") upload_to_play_store( diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index a128cff8..e4c236a0 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -506,7 +506,7 @@ CODE_SIGN_ENTITLEMENTS = Inji/Inji.entitlements; CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = V2ABX7953Z; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = V2ABX7953Z; ENABLE_BITCODE = NO; @@ -521,7 +521,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.13.0; + MARKETING_VERSION = 0.14.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -550,7 +550,7 @@ CODE_SIGN_IDENTITY = "Apple Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = V2ABX7953Z; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -560,7 +560,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.13.0; + MARKETING_VERSION = 0.14.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",