Commit b4dbdc1
committed
feat: Disable dependency metadata in builds
This commit disables the inclusion of dependency metadata in both APK and Android App Bundle builds. This is achieved by setting `includeInApk = false` and `includeInBundle = false` within the `dependenciesInfo` block in the `app/build.gradle.kts` file. This change is intended for specific distribution channels like IzzyOnDroid/F-Droid and Google Play.1 parent 4a8e350 commit b4dbdc1
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
152 | 159 | | |
153 | 160 | | |
154 | 161 | | |
| |||
0 commit comments