Skip to content

Commit

Permalink
Fix Crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Dec 22, 2018
1 parent 6dd50a2 commit a0281cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
android:value="true" />
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAI_zVxZthz2HDuz9toTvkYvL0L5GA-OjeUIfBeXg"/>
<meta-data android:name="firebase_crashlytics_collection_enabled"
android:value="false"/>

<service
android:name="com.github.shadowsocks.bg.VpnService"
Expand Down Expand Up @@ -74,6 +72,8 @@
</intent-filter>
</receiver>

<provider android:name="com.crashlytics.android.CrashlyticsInitProvider"
tools:remove="node"/>
<!-- https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/work/workmanager/src/main/AndroidManifest.xml -->
<provider android:name="androidx.work.impl.WorkManagerInitializer"
tools:node="remove"/>
Expand Down

0 comments on commit a0281cb

Please sign in to comment.