aboutsummaryrefslogtreecommitdiff
path: root/examples/bazel/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bazel/WORKSPACE')
-rw-r--r--examples/bazel/WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bazel/WORKSPACE b/examples/bazel/WORKSPACE
index c97232579..23f93b11c 100644
--- a/examples/bazel/WORKSPACE
+++ b/examples/bazel/WORKSPACE
@@ -39,8 +39,8 @@ load(
android_sdk_repository(
name = "androidsdk",
- api_level = 29,
- build_tools_version = "29.0.2",
+ api_level = 30,
+ build_tools_version = "30.0.2",
)
#############################