Skip to content

Commit

Permalink
Merge pull request #162 from Snapchat/lf/android-sdk-ver
Browse files Browse the repository at this point in the history
no hardcoded android sdk version
  • Loading branch information
li-feng-sc authored Feb 16, 2024
2 parents c7b0a39 + 729aceb commit 5e37ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bzl/android_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def _android_autoconf_impl(repository_ctx):
native.android_sdk_repository(
name="androidsdk",
path="{}",
api_level=30,
build_tools_version="30.0.2",
)
""".format(sdk_home)

Expand Down

0 comments on commit 5e37ac6

Please sign in to comment.