Skip to content

Commit 7f1f74f

Browse files
authored
Merge pull request #39 from martinwork/from300
From300 - Remove AD_ID permission
2 parents 649081f + 67b140b commit 7f1f74f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
limitations under the License.
1515
-->
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17-
android:versionCode="52"
18-
android:versionName="3.0.2">
17+
xmlns:tools="http://schemas.android.com/tools"
18+
android:versionCode="53"
19+
android:versionName="3.0.3">
1920

2021
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2122
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
@@ -218,4 +219,5 @@
218219

219220
</application>
220221

222+
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
221223
</manifest>

0 commit comments

Comments
 (0)