Skip to content

Commit 0ad5814

Browse files
committed
Remove defined pacakge on the AndroidManifest
1 parent 051a6bd commit 0ad5814

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
Designed and developed by 2022 skydoves (Jaewoong Eum)
43
54
Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,10 +13,9 @@
1413
See the License for the specific language governing permissions and
1514
limitations under the License.
1615
-->
17-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18-
package="com.github.skydoves.benchmark">
16+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1917

20-
<queries>
21-
<package android:name="com.skydoves.pokedex" />
22-
</queries>
18+
<queries>
19+
<package android:name="com.skydoves.pokedex" />
20+
</queries>
2321
</manifest>

0 commit comments

Comments
 (0)