Skip to content

Commit

Permalink
Update hash of the minimum supported commit in DockerFile for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed May 31, 2024
1 parent 872d8eb commit f35dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN ./build-openssl.sh SDK "$ANDROID_NDK_VERSION" openssl "$OPENSSL_VERSION" "$B
ADD "https://api.github.com/repos/tdlib/td/git/refs/heads/master" version.json
ARG COMMIT_HASH=master
RUN git clone https://github.com/tdlib/td.git && cd td && git checkout "$COMMIT_HASH"
RUN cd td && git merge-base --is-ancestor f28fa6a860af8a88a330d22fe34628eba6d69d89 "$COMMIT_HASH"
RUN cd td && git merge-base --is-ancestor 872d8ebd3ba9d922169839e6a24cee08b02b328a "$COMMIT_HASH"

ARG ANDROID_STL=c++_static
ARG TDLIB_INTERFACE=Java
Expand Down

0 comments on commit f35dea7

Please sign in to comment.