We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eba61 commit e8c4f00Copy full SHA for e8c4f00
3 files changed
fastlane/Fastfile
@@ -71,7 +71,9 @@ lane :production do
71
supply(
72
aab: "../app/build/outputs/bundle/release/app-release.aab",
73
track: "internal",
74
- skip_upload_apk: true
+ 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,
77
)
78
79
whats_new = File.read("../base/src/main/assets/whats-new.txt")
fastlane/metadata/android/en-US/title.txt
@@ -1 +1 @@
1
-Key Mapper & Floating Buttons
+Key Mapper
fastlane/metadata/android/tr_TR/title.txt
0 commit comments