Fix Android Studio gradle sync

This commit is contained in:
topjohnwu 2017-12-04 15:32:18 +08:00
parent c6f144d482
commit 70a322263e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
include ':app', ':native', ':crypto', ':snet'
include ':app', ':core', ':crypto', ':snet'