We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should use value from ANDROID_BUILD_TOOLS_VERSION if it is specified. It may be useful on CI to use installed version of build tools. Here:
ANDROID_BUILD_TOOLS_VERSION
gradle-infrastructure/infrastructure-android/src/main/kotlin/android/AndroidOptionsImpl.kt
Lines 27 to 28 in fb93711
The text was updated successfully, but these errors were encountered:
android: Use ANDROID_BUILD_TOOLS_VERSION env variable for `buildToo…
937148a
…lsVersion` Closes #132
Successfully merging a pull request may close this issue.
We should use value from
ANDROID_BUILD_TOOLS_VERSION
if it is specified. It may be useful on CI to use installed version of build tools.Here:
gradle-infrastructure/infrastructure-android/src/main/kotlin/android/AndroidOptionsImpl.kt
Lines 27 to 28 in fb93711
The text was updated successfully, but these errors were encountered: