From Jarek: We're caching the build environment which has hardcoded versions. Can we reuse the `$ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLS` and `$ANDROID_HOME/platforms/android-$ANDROID_PLATFORM` to make them more dynamic?
From Jarek:
We're caching the build environment which has hardcoded versions.
Can we reuse the
$ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLSand$ANDROID_HOME/platforms/android-$ANDROID_PLATFORMto make them more dynamic?