Skip to content

Commit

Permalink
Merge pull request #39 from martinwork/from300
Browse files Browse the repository at this point in the history
From300 - Remove AD_ID permission
  • Loading branch information
martinwork authored Mar 22, 2024
2 parents 649081f + 67b140b commit 7f1f74f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="52"
android:versionName="3.0.2">
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="53"
android:versionName="3.0.3">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
Expand Down Expand Up @@ -218,4 +219,5 @@

</application>

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

0 comments on commit 7f1f74f

Please sign in to comment.