Skip to content

Commit

Permalink
Add AD_ID permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Aug 18, 2022
1 parent b8c037a commit 090a4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 1509001
versionName '15.9.0'
versionCode 1509021
versionName '15.9.2'
minSdkVersion 21
targetSdkVersion 33
multiDexEnabled true
Expand Down
1 change: 1 addition & 0 deletions proprietary/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

<application>
<meta-data
Expand Down

0 comments on commit 090a4d7

Please sign in to comment.