-
To reduce the size of APK file , we can enable shrinking in our release build to remove unused code and resources automatically from our app. It detects and removes unused classes, fields, methods, …
-
See by @janhancic.
Having an unused library that only contains XML resources causes Source Modules used by the XML files to be part of the bundle. This is possibly caused by the 'config on blades' wor…
-
Context https://developer.android.com/studio/build/shrink-code#shrink-resources
Android includes a system where unused resources from the apk are removed as part of the build process. This will res…
-
## What challenge are you facing?
It would be *great* to be able to leverage unused resources within pipelines. We deploy multiple pipelines using the same yaml. These pipelines are "one per branc…
-
Currently the top-level cache command is used both for inspecting a cached item and invalidating it:
Invalidate/clear:
`snowman cache countries.rq --invalidate`
Inspect:
`snowman cache countri…
-
Hello,
First of all, many thanks for your tutorial.
I have a problem executing list5 example on windows - msys2
This is the list of build commands:
```
rm -f list5.o resources.o list5.exe r…
-
# Proposal: Remove unused theme resources from NavigationView
While checking the [NavigationView theme resources file](https://github.com/microsoft/microsoft-ui-xaml/blob/master/dev/NavigationView/…
-
**Bicep version**
Bicep CLI version 0.22.6 (d62b94db31)
**Describe the bug**
In CARML, for Customer-Managed-Keys we used to reference existing KeyVault resources like in the following example:
…
-
## Description
I am trying to install Ruby 3.0.7 on MacOS Sequoia 15.0.1 (MacBook Pro M1) but am encountering an error:
```bash
→ rvm install 3.0.7 --with-openssl-dir=$(brew --prefix openss…
-
Currently the "Unused File" search only checks whether the files themselves are unused/unreferenced.
However, it would be logical to also consider a file to be unused, if all uses of that file are …