We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af2d95 commit e8a9799Copy full SHA for e8a9799
.github/workflows/build_test.yml
@@ -9,7 +9,7 @@ concurrency:
9
cancel-in-progress: true
10
11
env:
12
- ndk_version: 26.3.11579264
+ ndk_version: 28.1.13356709
13
14
jobs:
15
build:
app/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
android {
- ndkVersion "26.3.11579264"
+ ndkVersion "28.1.13356709"
tasks.register('conanProfile', Copy) {
0 commit comments