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: with:
repository: libxposed/api repository: libxposed/api
path: libxposed/api path: libxposed/api
ref: 6ddbb960437fd295273e97f90b9d94f79d5e11dd ref: b581d269a34bdf0f7d2d209ea550b7208de71794
- name: Checkout libxposed/service - name: Checkout libxposed/service
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: libxposed/service repository: libxposed/service
path: libxposed/service path: libxposed/service
ref: 43c4837d07026c26855bfdca45d0acd8425ba3a3 ref: 0d63ce21a82dee9b9cdf051e381b6cf4b8b81380
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v3 uses: actions/setup-java@v3

View File

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

2
core

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