Making sure we do not have AD_ID in the app

pull/1605/head
ThomasSession 8 months ago
parent b6c58f4638
commit 2b8d2d49e8

@ -31,7 +31,7 @@ configurations.all {
exclude module: "commons-logging"
}
def canonicalVersionCode = 377
def canonicalVersionCode = 378
def canonicalVersionName = "1.19.0"
def postFixSize = 10

@ -61,6 +61,7 @@
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
<queries>
<intent>

Loading…
Cancel
Save