File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
examples/SampleApp/fastlane Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ output_ipa_name = "reactnativesampleapp.ipa"
1515
1616# Android Platform Configuration
1717package_name = 'io.getstream.reactnative.sampleapp'
18- firebase_app_id = "1:860064972837 :android:45442c1123323ac9f17fcc "
18+ firebase_app_id = "1:674907137625 :android:cba499ae72f6ee4bd7f348 "
1919firebase_credentials_file = "./credentials/firebase-credentials.json"
2020output_apk_name = "reactnativesampleapp.apk"
2121apk_path = "#{ build_output_directory } /#{ output_apk_name } "
@@ -115,11 +115,11 @@ platform :android do
115115
116116 UI . message ( "Deploying to Firebase: #{ deploy } " )
117117
118- # # Clean
119- # gradle(
120- # task: "clean",
121- # project_dir: "./android"
122- # )
118+ # Clean
119+ gradle (
120+ task : "clean" ,
121+ project_dir : "./android"
122+ )
123123
124124 # Build the AAB
125125 gradle (
You can’t perform that action at this time.
0 commit comments