Commit 5e8e94fd authored by vvb2060's avatar vvb2060 Committed by John Wu

Remove emoji compat

parent 5313a46a
...@@ -48,6 +48,7 @@ android { ...@@ -48,6 +48,7 @@ android {
excludes += "/okhttp3/**" excludes += "/okhttp3/**"
excludes += "/*.txt" excludes += "/*.txt"
excludes += "/*.bin" excludes += "/*.bin"
excludes += "/*.json"
} }
jniLibs { jniLibs {
keepDebugSymbols += "**/*.so" keepDebugSymbols += "**/*.so"
......
...@@ -75,6 +75,13 @@ ...@@ -75,6 +75,13 @@
android:name="androidx.room.MultiInstanceInvalidationService" android:name="androidx.room.MultiInstanceInvalidationService"
tools:node="remove" /> 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> </application>
</manifest> </manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment