-
Otherwise, for wider distribution it might be cool to put it on https://f-droid.org.. a ton of people who tinker with stuff (myself included) try to avoid the Google dependencies on their Android, and…
-
Error: Screenshot command stays at starting emulator. Emulator is starting on a new window. It does not recognize that the emulator started.
Android sdk:
```
Yannik@workaholic:tiny_release $ …
-
According to an automated tool in the F-Droid submission process (https://gitlab.com/fdroid/rfp/-/issues/2289) we should use Fastlane, a tool for updating Android app descriptions and screenshots from…
-
When providing metadata via a fastlane directory, fdroid automaticly shows them in the store. You dont need to install fastlane, just create the folder
Example: https://github.com/Freeyourgadget/Ga…
-
My PluginFile :
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
gem 'fastlane-plugin-teams_bot'
gem 'fastlane-plugin-firebase_app_distribution'
gem 'fastlane…
-
I'm able to upload an aab to the play store / internal test.
However, I cannot upload with Changelogs.
Here is my Fastfile:
```
# Fastfile
default_platform(:android)
platform :android do
…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
using `project_path: .` when gradlew is on the repo root will fail the build with
> Couldn't find gradlew at path '/home/runner/work/repo_name/repo_name/gradlew'
```
# minimum reproducible cas…
-
https://docs.fastlane.tools/actions/#building
Create one to build an Android and/or iOS app via Fastlane. For simplicity, it can initially just aggregate build_ios_app and build_android_app with pa…