Skip to content

Commit 687ce6d

Browse files
committed
Update .gitignore and Fastfile for improved build process and dependency management
1 parent 3c891f0 commit 687ce6d

3 files changed

Lines changed: 34 additions & 27 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ play-store.json
5555
docs/index.md
5656
docs/api/*
5757

58+
# Fastlane
59+
.bundle
60+
vendor/*
61+
fastlane/report.xml
62+
fastlane/**/default.txt
63+
5864
# AI Tools
5965
.claude/*
6066
.gemini/*

Gemfile.lock

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
5-
base64
6-
nkf
7-
rexml
4+
CFPropertyList (3.0.9)
85
abbrev (0.1.2)
9-
addressable (2.8.7)
10-
public_suffix (>= 2.0.2, < 7.0)
6+
addressable (2.8.8)
7+
public_suffix (>= 2.0.2, < 8.0)
118
artifactory (3.0.17)
129
atomos (0.1.3)
1310
aws-eventstream (1.4.0)
14-
aws-partitions (1.1116.0)
15-
aws-sdk-core (3.225.2)
11+
aws-partitions (1.1198.0)
12+
aws-sdk-core (3.240.0)
1613
aws-eventstream (~> 1, >= 1.3.0)
1714
aws-partitions (~> 1, >= 1.992.0)
1815
aws-sigv4 (~> 1.9)
1916
base64
17+
bigdecimal
2018
jmespath (~> 1, >= 1.6.1)
2119
logger
22-
aws-sdk-kms (1.105.0)
23-
aws-sdk-core (~> 3, >= 3.225.0)
20+
aws-sdk-kms (1.118.0)
21+
aws-sdk-core (~> 3, >= 3.239.1)
2422
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.189.1)
26-
aws-sdk-core (~> 3, >= 3.225.0)
23+
aws-sdk-s3 (1.209.0)
24+
aws-sdk-core (~> 3, >= 3.234.0)
2725
aws-sdk-kms (~> 1)
2826
aws-sigv4 (~> 1.5)
2927
aws-sigv4 (1.12.1)
@@ -36,6 +34,7 @@ GEM
3634
colored2 (3.1.2)
3735
commander (4.6.0)
3836
highline (~> 2.0.0)
37+
csv (3.3.5)
3938
declarative (0.0.20)
4039
digest-crc (0.7.0)
4140
rake (>= 12.0.0, < 14.0.0)
@@ -55,14 +54,14 @@ GEM
5554
faraday-rack (~> 1.0)
5655
faraday-retry (~> 1.0)
5756
ruby2_keywords (>= 0.0.4)
58-
faraday-cookie_jar (0.0.7)
57+
faraday-cookie_jar (0.0.8)
5958
faraday (>= 0.8.0)
60-
http-cookie (~> 1.0.0)
59+
http-cookie (>= 1.0.0)
6160
faraday-em_http (1.0.0)
62-
faraday-em_synchrony (1.0.0)
61+
faraday-em_synchrony (1.0.1)
6362
faraday-excon (1.1.0)
6463
faraday-httpclient (1.0.1)
65-
faraday-multipart (1.1.0)
64+
faraday-multipart (1.1.1)
6665
multipart-post (~> 2.0)
6766
faraday-net_http (1.0.2)
6867
faraday-net_http_persistent (1.2.0)
@@ -72,15 +71,17 @@ GEM
7271
faraday_middleware (1.2.1)
7372
faraday (~> 1.0)
7473
fastimage (2.4.0)
75-
fastlane (2.228.0)
74+
fastlane (2.229.0)
7675
CFPropertyList (>= 2.3, < 4.0.0)
76+
abbrev (~> 0.1.2)
7777
addressable (>= 2.8, < 3.0.0)
7878
artifactory (~> 3.0)
7979
aws-sdk-s3 (~> 1.0)
8080
babosa (>= 1.0.3, < 2.0.0)
8181
bundler (>= 1.12.0, < 3.0.0)
8282
colored (~> 1.2)
8383
commander (~> 4.6)
84+
csv (~> 3.3)
8485
dotenv (>= 2.1.1, < 3.0.0)
8586
emoji_regex (>= 0.1, < 4.0)
8687
excon (>= 0.71.0, < 1.0.0)
@@ -100,6 +101,7 @@ GEM
100101
jwt (>= 2.1.0, < 3)
101102
mini_magick (>= 4.9.4, < 5.0.0)
102103
multipart-post (>= 2.0.0, < 3.0.0)
104+
mutex_m (~> 0.3.0)
103105
naturally (~> 2.2)
104106
optparse (>= 0.1.1, < 1.0.0)
105107
plist (>= 3.1.0, < 4.0.0)
@@ -159,30 +161,29 @@ GEM
159161
httpclient (2.9.0)
160162
mutex_m
161163
jmespath (1.6.2)
162-
json (2.12.2)
163-
jwt (2.10.1)
164+
json (2.18.0)
165+
jwt (2.10.2)
164166
base64
165167
logger (1.7.0)
166168
mini_magick (4.13.2)
167169
mini_mime (1.1.5)
168-
multi_json (1.15.0)
170+
multi_json (1.18.0)
169171
multipart-post (2.4.1)
170172
mutex_m (0.3.0)
171173
nanaimo (0.4.0)
172174
naturally (2.3.0)
173-
nkf (0.2.0)
174-
optparse (0.6.0)
175+
optparse (0.8.1)
175176
os (1.1.4)
176177
ostruct (0.6.3)
177178
plist (3.7.2)
178179
public_suffix (6.0.2)
179-
rake (13.3.0)
180+
rake (13.3.1)
180181
representable (3.2.0)
181182
declarative (< 0.1.0)
182183
trailblazer-option (>= 0.1.1, < 0.2.0)
183184
uber (< 0.2.0)
184185
retriable (3.1.2)
185-
rexml (3.4.1)
186+
rexml (3.4.4)
186187
rouge (3.28.0)
187188
ruby2_keywords (0.0.5)
188189
rubyzip (2.4.1)

fastlane/Fastfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ platform :android do
2323

2424
desc "Submit a new Beta Build to Crashlytics Beta"
2525
lane :beta do
26-
gradle(task: "clean assembleRelease")
26+
gradle(task: "assembleRelease")
2727
crashlytics
2828

2929
# sh "your_script.sh"
@@ -32,8 +32,8 @@ platform :android do
3232

3333
desc "Deploy a new version to the Google Play"
3434
lane :deploy do
35-
gradle(task: "clean bundleRelease")
36-
changelog = changelog_from_git_commits(commits_count: 5)
35+
gradle(task: "bundleRelease")
36+
changelog = changelog_from_git_commits(commits_count: 10)
3737
changelogPath = File.join(Dir.pwd, "..", "fastlane", "metadata", "android",
3838
"en-US", "changelogs", "default.txt")
3939
File.open(changelogPath, "w") do |file|

0 commit comments

Comments
 (0)