How do you enable resource shrinking in Android Studio when using the experimental Gradle for the NDK?
Adding shrinkResources = true
to the Gradle settings file next to minifyEnabled = true
fails with an obscure error.
How do you enable resource shrinking in Android Studio when using the experimental Gradle for the NDK?
Adding shrinkResources = true
to the Gradle settings file next to minifyEnabled = true
fails with an obscure error.
Copyright © 2021 Jogjafile Inc.