Skip to content

Commit a93dfea

Browse files
committed
Compile with Android SDK 36
1 parent 3a05974 commit a93dfea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.build = [
55
// In general, we should aim to keep these in sync with AC
6-
compileSdkVersion: 35,
6+
compileSdkVersion: 36,
77
targetSdkVersion: 35,
88
minSdkVersion: 21,
99
jvmTargetCompatibility: 17,

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ gradle.projectsLoaded { ->
173173
calcVersion(buildconfig), // version,
174174
calcGroupId(buildconfig), // componentsGroupId
175175
17, // jvmTargetCompatibility,
176-
35, // compileSdkVersion,
176+
36, // compileSdkVersion,
177177
21, // minSdkVersion,
178178
35, // targetSdkVersion,
179179
"28.0.13004108", // ndkVersion - Keep it in sync in TC Dockerfile.

taskcluster/docker/linux/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ WORKDIR /builds/worker/
1919

2020
# Configuration
2121

22-
ENV ANDROID_BUILD_TOOLS "35.0.1"
23-
ENV ANDROID_TOOLS_VERSION "12700392"
24-
ENV ANDROID_PLATFORM_VERSION "35"
22+
ENV ANDROID_BUILD_TOOLS "36.0.0"
23+
ENV ANDROID_TOOLS_VERSION "13114758"
24+
ENV ANDROID_PLATFORM_VERSION "36"
2525
ENV ANDROID_NDK_VERSION "28.0.13004108"
2626

2727
# Set up the language variables to avoid problems (we run locale-gen later).

0 commit comments

Comments
 (0)