diff --git a/README.md b/README.md index 70003a3..1600896 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ The official Black Candy Android app. To use this app, you must have a Black Can ## Get the app -You can download the APK from [GitHub Releases](https://github.com/blackcandy-org/android/releases/latest). \ No newline at end of file +[Get it on F-Droid](https://f-droid.org/packages/org.blackcandy.android/) + +Or you can download the latest APK from [GitHub Releases](https://github.com/blackcandy-org/android/releases/latest). \ No newline at end of file diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e5d6318..00df403 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -44,7 +44,7 @@ platform :android do push_to_git_remote set_github_release( - repository_name: "blackcandy-org/black_candy_android", + repository_name: "blackcandy-org/android", api_token: ENV["GITHUB_TOKEN"], name: git_tag, tag_name: git_tag, diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt similarity index 100% rename from fastlane/metadata/android/en-US/title.txt rename to fastlane/metadata/android/en-US/title.txt diff --git a/images/fdroid_badge.png b/images/fdroid_badge.png new file mode 100644 index 0000000..43ddbc5 Binary files /dev/null and b/images/fdroid_badge.png differ