mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-02-01 07:11:03 +00:00
build: updates (#63)
* Update Java base to 17 * update Kotlin to 1.8.22 * update Bouncycastle * update all dependencies * follow the manifest on jni libs packaging * enhance app optimization by specifying resource configurations, excluding dependencies info and unnessesary files * Remove obsolete SDK check as we are already using minSdk 26 Signed-off-by: Patryk Miś <foss@patrykmis.com>
This commit is contained in:
6
app/src/main/res/mipmap-anydpi/ic_launcher.xml
Normal file
6
app/src/main/res/mipmap-anydpi/ic_launcher.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user