Skip to content

Commit 8906a95

Browse files
committed
remove one tools:replace
1 parent a117db7 commit 8906a95

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

auth/src/main/AndroidManifest.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:tools="http://schemas.android.com/tools"
5-
>
5+
>
66

77
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
88
<uses-permission android:name="android.permission.INTERNET" />
@@ -18,8 +18,7 @@
1818
</queries>
1919

2020
<application
21-
android:theme="@style/Theme.AppCompat"
22-
tools:replace="android:theme">
21+
android:theme="@style/Theme.AppCompat">
2322

2423
<meta-data
2524
android:name="com.google.android.gms.version"
@@ -129,4 +128,4 @@
129128

130129
</application>
131130

132-
</manifest>
131+
</manifest>

0 commit comments

Comments
 (0)