Skip to content

Commit

Permalink
remove one tools:replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Feb 27, 2025
1 parent a117db7 commit 8906a95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions auth/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
>
>

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand All @@ -18,8 +18,7 @@
</queries>

<application
android:theme="@style/Theme.AppCompat"
tools:replace="android:theme">
android:theme="@style/Theme.AppCompat">

<meta-data
android:name="com.google.android.gms.version"
Expand Down Expand Up @@ -129,4 +128,4 @@

</application>

</manifest>
</manifest>

0 comments on commit 8906a95

Please sign in to comment.