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

@@ -5,6 +5,8 @@ plugins {
setupCommon()
android {
namespace = "com.topjohnwu.magisk.native"
externalNativeBuild {
ndkBuild {
path("jni/Android.mk")

View File

@@ -1 +1 @@
<manifest package="com.topjohnwu.magisk.binary" />
<manifest/>