diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ed7da14..46cea33 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,7 +13,8 @@
-
+
+
@@ -92,10 +93,10 @@
-
+ {
+ "customColor": "",
+ "associatedIndex": 5
+}
@@ -105,16 +106,16 @@
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.cidr.known.project.marker": "true",
+ "cf.first.check.clang-format": "false",
+ "cidr.known.project.marker": "true",
+ "git-widget-placeholder": "main"
}
-}]]>
+}
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 465eb37..18809ab 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -38,7 +38,9 @@ platform :android do
upload_to_play_store(
track: "internal",
+ package_name: "com.backbase.moviebox",
json_key: ENV["ANDROID_JSON_KEY_FILE"]
+ skip_upload_apk: true
)
end