Browse Source

Move sentry strings to github flavor strings.xml

renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
parent
commit
39c472d6c2
  1. 6
      app/src/github/res/values/strings.xml
  2. 3
      app/src/main/res/values/strings.xml

6
app/src/github/res/values/strings.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="enable_sentry">Enable Sentry</string>
<string name="sentry_summary">Sentry is a listener/handler for errors that asynchronously sends out the error/event to Sentry.io</string>
<string name="sentry_start_next_launch">Sentry will start on next launch</string>
</resources>

3
app/src/main/res/values/strings.xml

@ -470,7 +470,4 @@
<string name="delete_unsuccessful">Delete unsuccessful</string>
<string name="crash_report_subject">Barinsta Crash Report</string>
<string name="crash_report_title">Select an email app to send crash logs</string>
<string name="enable_sentry">Enable Sentry</string>
<string name="sentry_summary">Sentry is a listener/handler for errors that asynchronously sends out the error/event to Sentry.io</string>
<string name="sentry_start_next_launch">Sentry will start on next launch</string>
</resources>
Loading…
Cancel
Save