aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-03 21:34:17 -0700
committerAllan Wang <me@allanwang.ca>2017-06-03 21:34:17 -0700
commit610df8c6d772324095b1c3d2cc17f9c243be6c06 (patch)
tree3d669f6bdd343ab9db8cbc9910e933e23b381fd2 /app/src/main/AndroidManifest.xml
parent8ec65f55f85c730e97d5521c1443819435b98208 (diff)
downloadfrost-610df8c6d772324095b1c3d2cc17f9c243be6c06.tar.gz
frost-610df8c6d772324095b1c3d2cc17f9c243be6c06.tar.bz2
frost-610df8c6d772324095b1c3d2cc17f9c243be6c06.zip
test crashlytics
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c09c1209..ae058ff2 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -93,6 +93,7 @@
<activity
android:name=".LoginActivity"
android:theme="@style/AppTheme.NoActionBar" />
+
<receiver
android:name=".services.NotificationReceiver"
android:enabled="true"
@@ -103,6 +104,9 @@
<action android:name="com.pitchedapps.frost.NOTIFICATIONS" />
</intent-filter>
</receiver>
+ <meta-data
+ android:name="io.fabric.ApiKey"
+ android:value="${fabricApiKey}" />
</application>
</manifest> \ No newline at end of file