Merge pull request #972 from esteemapp/bugfix/bugsnag-android

Added bugsnag api key to android manifest
This commit is contained in:
Mustafa Buyukcelebi 2019-07-24 13:02:46 +03:00 committed by GitHub
commit d7c2c91200

View File

@ -57,7 +57,7 @@
android:resource="@color/notification_icon" />
<meta-data
android:name="com.bugsnag.android.API_KEY"
android:value="@string/BUGSNAG_API_KEY" />
android:value="88a8a25738939a80ba49f1d5289dbc80" />
</application>
</manifest>