Move :stub to :app:stub

This commit is contained in:
topjohnwu
2024-07-04 00:21:34 -07:00
parent 3e38b8fed1
commit b168163ef0
68 changed files with 15 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:maxSdkVersion="25" />
<application tools:ignore="MissingApplicationIcon">
</application>
</manifest>