From b7069d632993ac1da84576597348670606a68b2f Mon Sep 17 00:00:00 2001 From: Js0n <29531167+JasonKhew96@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:46:27 +0800 Subject: [PATCH] sync: submodule core (#228) Fix native hook on arm platform --- .github/workflows/main.yml | 4 ++-- build.gradle.kts | 8 ++++---- core | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 323e892..8d07a05 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 7c97561..55eea1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) diff --git a/core b/core index cb32c70..2135685 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit cb32c70951e959855125a0b60f78b5dacbd3e153 +Subproject commit 21356850072b54ef0107c0cdc3dd8a71eb46e603