From da613c8d86243f6306b3d3496a8926510723f181 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 29 Mar 2025 15:09:20 +0100 Subject: [PATCH] No need to use the "community" name for android --- fastlane/Appfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Appfile b/fastlane/Appfile index ddd500d6..88754926 100644 --- a/fastlane/Appfile +++ b/fastlane/Appfile @@ -1,2 +1,2 @@ json_key_file("fastlane/metadata/android/envfiles/playstore.json") -package_name("de.wger.flutter.community") +package_name("de.wger.flutter") \ No newline at end of file