mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-20 07:48:29 +00:00
Remove emoji compat
This commit is contained in:
parent
5313a46aa2
commit
5e8e94fd0f
@ -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 @@
|
|||||||
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user