sync: submodule core (#228)

Fix native hook on arm platform
This commit is contained in:
Js0n 2023-08-03 20:46:27 +08:00 committed by GitHub
parent 660073c07c
commit b7069d6329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -42,14 +42,14 @@ jobs:
with:
repository: libxposed/api
path: libxposed/api
ref: 6ddbb960437fd295273e97f90b9d94f79d5e11dd
ref: b581d269a34bdf0f7d2d209ea550b7208de71794
- name: Checkout libxposed/service
uses: actions/checkout@v3
with:
repository: libxposed/service
path: libxposed/service
ref: 43c4837d07026c26855bfdca45d0acd8425ba3a3
ref: 0d63ce21a82dee9b9cdf051e381b6cf4b8b81380
- name: Setup Java
uses: actions/setup-java@v3

View File

@ -50,10 +50,10 @@ val verName by extra("0.5.1")
val coreVerCode by extra(coreCommitCount)
val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(28)
val androidTargetSdkVersion by extra(33)
val androidCompileSdkVersion by extra(33)
val androidCompileNdkVersion by extra("25.1.8937393")
val androidBuildToolsVersion by extra("33.0.1")
val androidTargetSdkVersion by extra(34)
val androidCompileSdkVersion by extra(34)
val androidCompileNdkVersion by extra("25.2.9519653")
val androidBuildToolsVersion by extra("34.0.0")
val androidSourceCompatibility by extra(JavaVersion.VERSION_17)
val androidTargetCompatibility by extra(JavaVersion.VERSION_17)

2
core

@ -1 +1 @@
Subproject commit cb32c70951e959855125a0b60f78b5dacbd3e153
Subproject commit 21356850072b54ef0107c0cdc3dd8a71eb46e603