Refactor: split into modules autojs, common, app and automator
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
||||
package="com.example.autojs"
|
||||
>
|
||||
|
||||
<application android:allowBackup="true"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
package="com.stardust.autojs"
|
||||
>
|
||||
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
>
|
||||
<activity android:name=".engine.ScriptExecuteActivity"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user