Skip to content

Commit 3317261

Browse files
committed
Upgrade tools
1 parent 6b28239 commit 3317261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-sdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && \
2121

2222
# download and install Gradle
2323
# https://services.gradle.org/distributions/
24-
ARG GRADLE_VERSION=8.7
24+
ARG GRADLE_VERSION=8.10.2
2525
ARG GRADLE_DIST=bin
2626
RUN cd /opt && \
2727
wget -q https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-${GRADLE_DIST}.zip && \
@@ -31,7 +31,7 @@ RUN cd /opt && \
3131

3232
# download and install Kotlin compiler
3333
# https://github.com/JetBrains/kotlin/releases/latest
34-
ARG KOTLIN_VERSION=1.9.23
34+
ARG KOTLIN_VERSION=2.0.20
3535
RUN cd /opt && \
3636
wget -q https://github.com/JetBrains/kotlin/releases/download/v${KOTLIN_VERSION}/kotlin-compiler-${KOTLIN_VERSION}.zip && \
3737
unzip *kotlin*.zip && \

0 commit comments

Comments
 (0)