From 65c040d34425b269935763fbabb875739a98c4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:15:12 +0000 Subject: [PATCH] Update dependency fastlane to v2.233.1 --- android/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Gemfile b/android/Gemfile index b746a57f..ec9f8e82 100644 --- a/android/Gemfile +++ b/android/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "fastlane", "2.233.0" +gem "fastlane", "2.233.1" gem "abbrev"