Skip to content

Commit

Permalink
Raise Android API version from 21 to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
mwswartwout committed Mar 28, 2023
1 parent a7044a0 commit ab8e53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gn_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ else
echo
echo "Hint: Set \$ANDROID_HOME and \$ANDROID_NDK_HOME to enable building for Android"
echo " The required android sdk platform version is 21. It can be obtained from"
echo " https://dl.google.com/android/repository/android-26_r02.zip"
echo " https://dl.google.com/android/repository/platform-26_r02.zip"
fi

echo
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x \

# Download and install android SDK
RUN set -x \
&& wget -O /tmp/android-26.zip https://dl.google.com/android/repository/android-26_r02.zip \
&& wget -O /tmp/android-26.zip https://dl.google.com/android/repository/platform-26_r02.zip \
&& mkdir -p /opt/android/sdk/platforms \
&& cd /opt/android/sdk/platforms \
&& unzip /tmp/android-26.zip \
Expand Down

0 comments on commit ab8e53f

Please sign in to comment.