Skip to content

Commit 4c3eb1b

Browse files
Migration to Android SDK 36
1 parent 61aab9e commit 4c3eb1b

File tree

5 files changed

+34
-1
lines changed

5 files changed

+34
-1
lines changed

.vs/VSWorkspaceState.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"PreviewInSolutionExplorer": false
6+
}
14.5 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Dev\\pwabuilder-docker-android-build-box\\",
4+
"Documents": [],
5+
"DocumentGroupContainers": [
6+
{
7+
"Orientation": 0,
8+
"VerticalTabListWidth": 256,
9+
"DocumentGroups": [
10+
{
11+
"DockedWidth": 200,
12+
"SelectedChildIndex": -1,
13+
"Children": [
14+
{
15+
"$type": "Bookmark",
16+
"Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}"
17+
}
18+
]
19+
}
20+
]
21+
}
22+
]
23+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ WORKDIR ${FINAL_DIRWORK}
458458

459459
FROM pre-minimal as minimal-plus
460460

461-
ARG BUILD_TOOLS="build-tools;34.0.0"
461+
ARG BUILD_TOOLS="build-tools;36.0.0"
462462
ARG NODE_VERSION="18.x"
463463

464464
RUN echo "installing: ${BUILD_TOOLS}" && \

tagged_sdk_packages_list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
platforms;android-36
2+
platforms;android-35
13
platforms:android-34
24
platforms;android-33
35
platforms;android-32
@@ -6,6 +8,8 @@ platforms;android-30
68
platforms;android-29
79
platforms;android-28
810
platforms;android-27
11+
build-tools;36.0.0
12+
build-tools;35.0.0
913
build-tools;34.0.0
1014
build-tools;33.0.2
1115
build-tools;33.0.1

0 commit comments

Comments
 (0)