File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 shell : bash
4444 run : |
4545 echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
46- echo "ANDROID_NDK_VERSION=28.1.13356709 " >> $GITHUB_ENV
46+ echo "ANDROID_NDK_VERSION=28.2.13676358 " >> $GITHUB_ENV
4747 - name : Cached Android NDK
4848 if : matrix.os == 'ubuntu-latest'
4949 uses : actions/cache@v4
Original file line number Diff line number Diff line change 5151 shell : bash
5252 run : |
5353 echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
54- echo "ANDROID_NDK_VERSION=28.1.13356709 " >> $GITHUB_ENV
54+ echo "ANDROID_NDK_VERSION=28.2.13676358 " >> $GITHUB_ENV
5555 - name : Cached Android NDK
5656 if : matrix.os == 'ubuntu-latest'
5757 uses : actions/cache@v4
Original file line number Diff line number Diff line change 5454 shell : bash
5555 run : |
5656 echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
57- echo "ANDROID_NDK_VERSION=28.1.13356709 " >> $GITHUB_ENV
57+ echo "ANDROID_NDK_VERSION=28.2.13676358 " >> $GITHUB_ENV
5858 - name : Cached Android NDK
5959 if : matrix.os == 'ubuntu-latest'
6060 uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141 }
4242 }
4343
44- ndkVersion = " 28.1.13356709 "
44+ ndkVersion = " 28.2.13676358 "
4545
4646 afterEvaluate {
4747 tasks.withType< com.android.build.gradle.tasks.factory.AndroidUnitTest > ().all {
You can’t perform that action at this time.
0 commit comments