1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-29 14:43:50 +00:00

update libs

This commit is contained in:
Kyle Spearrin
2018-08-04 00:55:01 -04:00
parent 58aa37bf8e
commit 5407e20150
4 changed files with 4045 additions and 3565 deletions

View File

@@ -31,7 +31,7 @@
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="${applicationId}" />
<category android:name="com.x8bit.bitwarden" />
</intent-filter>
</receiver>