Set build-tools version and NDK version
- The PR fulfills these requirements
-
The commit message follows our guidelines -
Tests for the changes have been added (for bug fixes / features) -
Docs have been added / updated (for bug fixes / features)
- What kind of change does this PR introduce?
Set build-tools version and NDK version.
- What is the current behavior?
> Task :app:stripHuaweiDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so. Run with --info option to learn more.> Task :app:stripPreloadDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so. Run with --info option to learn more.> Task :app:stripVanillaDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so. Run with --info option to learn more.
- What is the new behavior?
The above warning will disappear.
- Does this PR introduce a breaking change?
No, haven't.
- Examples:
- Other information:
I don't know how GitLab CI handles the cache for this, so I'll leave it up to you to decide whether to change the cache method to improve build time efficiency.