Anyone know where to download the newest build too...
# android-studio
p
Anyone know where to download the newest build tools from? Seeing this in CI with network disabled (can’t auto download):
Copy code
The specified Android SDK Build Tools version (30.0.1) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.0-alpha14
I see 30.0.1 here: • https://dl.google.com/android/repository/build-tools_r30.0.1-macosx.ziphttps://dl.google.com/android/repository/build-tools_r30.0.1-linux.ziphttps://dl.google.com/android/repository/build-tools_r30.0.1-windows.zip And see 30.0.2 for linux: • https://dl.google.com/android/repository/build-tools_r30.0.2-linux.zip But get 404 for 30.0.2 for macosx and windows: • https://dl.google.com/android/repository/build-tools_r30.0.2-macosx.ziphttps://dl.google.com/android/repository/build-tools_r30.0.2-windows.zip