Skip to content

Commit e8c4f00

Browse files
committed
do not put "Floating Buttons" in the F-droid app name
1 parent d4eba61 commit e8c4f00

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ lane :production do
7171
supply(
7272
aab: "../app/build/outputs/bundle/release/app-release.aab",
7373
track: "internal",
74-
skip_upload_apk: true
74+
skip_upload_apk: true,
75+
# Skip uploading the title because F-droid should not have "Floating buttons" in its title.
76+
skip_upload_metadata: true,
7577
)
7678

7779
whats_new = File.read("../base/src/main/assets/whats-new.txt")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Key Mapper & Floating Buttons
1+
Key Mapper
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Key Mapper & Floating Buttons
1+
Key Mapper

0 commit comments

Comments
 (0)