Skip to content

Commit

Permalink
upgrade android minimum sdk to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Aug 16, 2024
1 parent ea30935 commit 101d530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake"
-DANDROID_ABI="armeabi-v7a"
-DANDROID_PLATFORM=android-21
-DANDROID_PLATFORM=android-23
-S ${{ github.workspace }}
- name: Build
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Waterwall_android_21_arm64_v7a_${{ runner.arch }}_${{ matrix.c_compiler }}
name: Waterwall_android_23_arm64_v7a_${{ runner.arch }}_${{ matrix.c_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}/bin


0 comments on commit 101d530

Please sign in to comment.