Update Android Studio

This commit is contained in:
topjohnwu
2022-05-09 20:53:47 -07:00
parent 4eb9240806
commit 24603b3cef
10 changed files with 16 additions and 12 deletions

View File

@@ -9,6 +9,8 @@ paranoid {
}
android {
namespace = "com.topjohnwu.magisk"
val canary = !Config.version.contains(".")
val url = if (canary) null

View File

@@ -1,2 +1 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.topjohnwu.magisk" />
<manifest/>

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.topjohnwu.magisk">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />