Skip to content

Commit

Permalink
Update the android api_level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630469402
  • Loading branch information
sameb authored and Google Java Core Libraries committed May 3, 2024
1 parent 998614b commit d59d067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def google_common_workspace_rules():

native.android_sdk_repository(
name = "androidsdk",
api_level = 32,
build_tools_version = "32.0.0",
api_level = 34,
build_tools_version = "34.0.0",
)

maven_import(
Expand Down

0 comments on commit d59d067

Please sign in to comment.