RedMadRobot / gradle-infrastructure

Set of small plugins to reduce boilerplate in Gradle build scripts.
MIT License
43 stars 2 forks source link

android: Use buildToolsVersion from ANDROID_BUILD_TOOLS_VERSION env variable #132

Closed osipxd closed 2 months ago

osipxd commented 1 year ago

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: https://github.com/RedMadRobot/gradle-infrastructure/blob/fb93711ccbdd81cfd0864720bb55cbfa752e8fec/infrastructure-android/src/main/kotlin/android/AndroidOptionsImpl.kt#L27-L28