Skip to content

Commit 62c8d96

Browse files
committed
Updated NDK build
1 parent ef8eb23 commit 62c8d96

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up NDK
2424
uses: nttld/setup-ndk@v1
2525
with:
26-
ndk-version: r21e
26+
ndk-version: r28c
2727
- name: update submodules
2828
env:
2929
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext.ver = [
3232
"hmkit-core-jni" : "1.0.2",
3333
"hmkit-crypto" : "1.4.6",
3434
"hmkit-utils" : "1.4.5",
35-
"hmkit-android" : "2.0.9",
35+
"hmkit-android" : "2.0.10",
3636
"hmkit-auto-api" : "13.1.1",
3737
"command-queue" : "1.1.1",
3838
compileSdk : 28
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APP_PLATFORM=android-21
2-
APP_ABI := all
2+
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
33
APP_CPPFLAGS += -fexceptions
44
APP_STL := c++_static

0 commit comments

Comments
 (0)