Skip to content

Commit

Permalink
chore: update flutter version in flutter_version.json to 3.24.4 (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
Co-authored-by: Eligio Mariño <[email protected]>
  • Loading branch information
verified-commit[bot] and gmeligio authored Oct 25, 2024
1 parent e5b14ef commit aeac45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ENV ANDROID_HOME="$SDK_ROOT/android-sdk" \
ENV PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools:$HOME/.local/bin"

# renovate: datasource=repology depName=debian_12/openjdk-17-jdk-headless versioning=loose
ARG OPENJDK_17_JDK_HEADLESS_VERSION="17.0.12+7-2~deb12u1"
ARG OPENJDK_17_JDK_HEADLESS_VERSION="17.0.13+11-2~deb12u1"
# renovate: datasource=repology depName=debian_12/sudo versioning=loose
ARG SUDO_VERSION="1.9.13p3-1+deb12u1"

Expand Down
4 changes: 2 additions & 2 deletions config/flutter_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flutter": {
"channel": "stable",
"commit": "2663184aa79047d0a33a14a3b607954f8fdd8730",
"version": "3.24.3"
"commit": "603104015dd692ea3403755b55d07813d5cf8965",
"version": "3.24.4"
}
}

0 comments on commit aeac45e

Please sign in to comment.