From c24e48d1e0db89bc4997149c7347235b602c6f75 Mon Sep 17 00:00:00 2001 From: Jin Date: Tue, 9 Jun 2020 20:24:10 +0800 Subject: [PATCH] Unpin Android SDK's api level and build_tools version https://github.com/bazelbuild/continuous-integration/pull/984 --- WORKSPACE | 2 -- 1 file changed, 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 234ff373f..ff701ce8d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,8 +4,6 @@ load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external") # Set the path to your local SDK installation, or use the ANDROID_HOME environment variable. android_sdk_repository( name = "androidsdk", - api_level = 28, - build_tools_version = "28.0.2", # path = "/path/to/sdk", )