Skip to content

Commit

Permalink
removed DEPENDENCY_INFO_BLOCK and clearTextTraffic -
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Aug 16, 2024
1 parent d0939ad commit d6c99ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ android {
versionName flutterVersionName
}

// Removing DEPENDENCY_INFO_BLOCK from the build.gradle file (For FOSS compliance)
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

signingConfigs {

if (keystorePropertiesFile.exists()) {
Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />
<application android:label="Bloomee"
android:name="${applicationName}"
android:usesCleartextTraffic="true"
android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true"
android:icon="@mipmap/launcher_icon">
Expand Down

0 comments on commit d6c99ee

Please sign in to comment.