Skip to content

Commit

Permalink
Upgrade NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jul 18, 2024
1 parent 8e963f3 commit 7e8f064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
namespace = "me.iacn.biliroaming"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "27.0.11718014-beta1"
ndkVersion = "27.0.12077973"

buildFeatures {
prefab = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/dex_builder
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lsplugin-cmaker = { id = "org.lsposed.lsplugin.cmaker", version = "1.2" }

[libraries]
xposed = { module = "de.robv.android.xposed:api", version = "82" }
cxx = { module = "dev.rikka.ndk.thirdparty:cxx", version = "1.2.0" }
cxx = { module = "org.lsposed.libcxx:libcxx", version = "27.0.12077973" }
protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
protobuf-java = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" }
protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
Expand Down

0 comments on commit 7e8f064

Please sign in to comment.