manager: refactor to use AGP 8.0.0 (#414)

This commit is contained in:
Nullptr
2023-04-21 16:19:49 +08:00
committed by GitHub
parent 76b1165572
commit f9d19a957a
21 changed files with 312 additions and 421 deletions

View File

@@ -6,14 +6,13 @@
android:name=".KernelSUApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:enableOnBackInvokedCallback="true"
android:extractNativeLibs="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.KernelSU"
tools:targetApi="31">
tools:targetApi="33">
<activity
android:name=".ui.MainActivity"
android:exported="true"