diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-03 21:34:17 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-03 21:34:17 -0700 |
commit | 610df8c6d772324095b1c3d2cc17f9c243be6c06 (patch) | |
tree | 3d669f6bdd343ab9db8cbc9910e933e23b381fd2 /app/src/main/AndroidManifest.xml | |
parent | 8ec65f55f85c730e97d5521c1443819435b98208 (diff) | |
download | frost-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.xml | 4 |
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 |