Skip to content

Commit e8a9799

Browse files
authored
bump ndk to 28 (#402)
1 parent 9af2d95 commit e8a9799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
cancel-in-progress: true
1010

1111
env:
12-
ndk_version: 26.3.11579264
12+
ndk_version: 28.1.13356709
1313

1414
jobs:
1515
build:

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
android {
11-
ndkVersion "26.3.11579264"
11+
ndkVersion "28.1.13356709"
1212
}
1313

1414
tasks.register('conanProfile', Copy) {

0 commit comments

Comments
 (0)