Remove emoji compat

This commit is contained in:
vvb2060 2022-01-22 13:17:31 +08:00 committed by John Wu
parent 5313a46aa2
commit 5e8e94fd0f
2 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,7 @@ android {
excludes += "/okhttp3/**"
excludes += "/*.txt"
excludes += "/*.bin"
excludes += "/*.json"
}
jniLibs {
keepDebugSymbols += "**/*.so"

View File

@ -75,6 +75,13 @@
android:name="androidx.room.MultiInstanceInvalidationService"
tools:node="remove" />
<!-- We don't need emoji compat -->
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:exported="false"
tools:node="remove" />
</application>
</manifest>