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.
2 parents 649081f + 67b140b commit 7f1f74fCopy full SHA for 7f1f74f
app/src/main/AndroidManifest.xml
@@ -14,8 +14,9 @@
14
limitations under the License.
15
-->
16
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17
- android:versionCode="52"
18
- android:versionName="3.0.2">
+ xmlns:tools="http://schemas.android.com/tools"
+ android:versionCode="53"
19
+ android:versionName="3.0.3">
20
21
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
22
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
@@ -218,4 +219,5 @@
218
219
220
</application>
221
222
+ <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
223
</manifest>
0 commit comments