* Stop read xposedmodule
Official documentation requires `xposedmodule` value is `true`, but in the previous implementation there was no judgment on what the value was, even if `false`. So, remove it and use `xposedminversion` to determine if the app is an xposed module.
* xposedscope supports string
```xml
<meta-data
android:name="xposedscope"
android:value="com.example.app1;com.example.app2" />
```
|
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||