Post 9x79PVUC7TmU3NKdUm by StephenJudge@mastodon.social
(DIR) More posts by StephenJudge@mastodon.social
(DIR) Post #9x79PVUC7TmU3NKdUm by StephenJudge@mastodon.social
2020-07-15T15:24:13Z
0 likes, 0 repeats
@fedilabFor UntrackMe in the F-Droid app there is no distinction between the Lite and Full versions in the app titles, nor in their descriptions. Makes it confusing to know which to install.
(DIR) Post #9x79PWerlHuZglKflg by fedilab@toot.fedilab.app
2020-07-15T15:34:00Z
0 likes, 0 repeats
@StephenJudge Yes, I need to check how to use fastlane with flavors.
(DIR) Post #9x7Aph2xrKzPOMe6CW by fedilab@toot.fedilab.app
2020-07-15T15:50:13Z
0 likes, 0 repeats
@StephenJudge I just asked the question - cc @IzzyOnDroid https://gitlab.com/snippets/1895688#note_380039655
(DIR) Post #9x7G1iIBYP1CV6JfGK by IzzyOnDroid@mastodon.technology
2020-07-15T16:47:53Z
0 likes, 0 repeats
@fedilab @StephenJudge Fastlane does not work "flavor-wise", it's rather global for the repo (but it might work "OS-wise", as the term "android" in the structure suggests). If you want to distinguish between flavors, you'd rather need to switch to Triple-T (https://gitlab.com/snippets/1901490), which is more complex though.
(DIR) Post #9x7H4HvG9VmpXUNtQG by fedilab@toot.fedilab.app
2020-07-15T16:59:53Z
0 likes, 0 repeats
@IzzyOnDroidAh ! Thanks. That is what I need. @StephenJudge