From 99c8eccc92a5f174f6a85d77b536a13f23f8fdcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:58:52 +0000 Subject: [PATCH] Update dependency fastlane to v2.231.1 --- android/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Gemfile b/android/Gemfile index c23af6a8..b02a7ca2 100644 --- a/android/Gemfile +++ b/android/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "fastlane", "2.230.0" +gem "fastlane", "2.231.1" gem "abbrev"