Skip to content

Commit 21103b8

Browse files
authored
chore(flipcash): add bugsnag api key metadata entry
1 parent a3274f1 commit 21103b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/flipcash/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@
134134
<!-- android:name="com.google.firebase.messaging.default_notification_color"-->
135135
<!-- android:value="#FF362774" />-->
136136

137-
<!-- <meta-data-->
138-
<!-- android:name="com.bugsnag.android.API_KEY"-->
139-
<!-- android:value="${BUGSNAG_API_KEY}" />-->
137+
<meta-data-->
138+
android:name="com.bugsnag.android.API_KEY"
139+
android:value="${BUGSNAG_API_KEY}" />
140140

141141
</application>
142142

143-
</manifest>
143+
</manifest>

0 commit comments

Comments
 (0)