Skip to content

Commit 49d644a

Browse files
Merge pull request #2326 from android:sdkupdate
PiperOrigin-RevId: 708428029
2 parents eb37e0e + 9411c92 commit 49d644a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ maven_install(
216216

217217
android_sdk_repository(
218218
name = "androidsdk",
219-
api_level = 34,
220-
build_tools_version = "33.0.2",
219+
api_level = 35,
220+
build_tools_version = "35.0.0",
221221
)
222222

223223
load("//:repo.bzl", "android_test_repositories")

opensource/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load("@build_bazel_rules_android//android:rules.bzl", "android_library")
55
java_import(
66
name = "androidsdk_compiletime",
77
jars = [
8-
"@androidsdk//:platforms/android-33/android.jar",
8+
"@androidsdk//:platforms/android-35/android.jar",
99
],
1010
neverlink = 1,
1111
visibility = [

0 commit comments

Comments
 (0)