Skip to content

Commit

Permalink
Update dependencies (#72)
Browse files Browse the repository at this point in the history
* Remove firebase ad id usage

* Remove firebase ad id usage

* Disable AD ID Collection

* Disable AD ID Collection

* Remove config

* Update CI/CD
  • Loading branch information
cp-pratik-k authored Dec 16, 2024
1 parent 219a309 commit ac8c3d3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 72 deletions.
30 changes: 0 additions & 30 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 19 additions & 23 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,5 @@ flutter {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
}

// Disable the use of firebase_analytics ad_id
configurations {
all {
exclude group: 'com.google.android.gms.ads'
}
}
11 changes: 1 addition & 10 deletions app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand All @@ -10,9 +9,6 @@
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:name="${applicationName}"
Expand All @@ -37,11 +33,6 @@
android:name="com.canopas.cloud_gallery.notification_icon"
android:resource="@drawable/cloud_gallery_logo" />

<!-- Disable firebase analytics ad id usage -->
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />

<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Loading

0 comments on commit ac8c3d3

Please sign in to comment.