You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Remove emoji compat
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user