File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33buildscript {
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 ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 "
2525ENV ANDROID_NDK_VERSION "28.0.13004108"
2626
2727# Set up the language variables to avoid problems (we run locale-gen later).
You can’t perform that action at this time.
0 commit comments