We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051a6bd commit 0ad5814Copy full SHA for 0ad5814
benchmark/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
1
-<?xml version="1.0" encoding="utf-8"?>
2
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
3
Designed and developed by 2022 skydoves (Jaewoong Eum)
4
5
Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,10 +13,9 @@
14
13
See the License for the specific language governing permissions and
15
limitations under the License.
16
-->
17
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18
- package="com.github.skydoves.benchmark">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
19
20
- <queries>
21
- <package android:name="com.skydoves.pokedex" />
22
- </queries>
+ <queries>
+ <package android:name="com.skydoves.pokedex" />
+ </queries>
23
</manifest>
0 commit comments