chore: deps: add libxposed-api
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -37,3 +37,6 @@
|
||||
path = libs/LSPlant
|
||||
url = https://github.com/LSPosed/LSPlant
|
||||
shallow = true
|
||||
[submodule "libs/libxposed/api"]
|
||||
path = libs/libxposed/api
|
||||
url = https://github.com/libxposed/api
|
||||
|
||||
1
libs/libxposed/AndroidManifest.xml
Normal file
1
libs/libxposed/AndroidManifest.xml
Normal file
@@ -0,0 +1 @@
|
||||
<manifest />
|
||||
1
libs/libxposed/api
Submodule
1
libs/libxposed/api
Submodule
Submodule libs/libxposed/api added at 55efdf9d15
20
libs/libxposed/build.gradle.kts
Normal file
20
libs/libxposed/build.gradle.kts
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
id("build-logic.android.library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.github.libxposed.api"
|
||||
sourceSets {
|
||||
val main by getting
|
||||
main.apply {
|
||||
manifest.srcFile("AndroidManifest.xml")
|
||||
java.setSrcDirs(listOf("api/api/src/main/java"))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// androidx nullability stubs
|
||||
compileOnly(libs.androidx.annotation)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -15,6 +15,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
// androidx nullability stubs
|
||||
compileOnly("androidx.annotation:annotation:1.8.0")
|
||||
compileOnly(libs.androidx.annotation)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,4 +69,5 @@ include(
|
||||
":libs:dexkit",
|
||||
":libs:ezXHelper",
|
||||
":libs:xView",
|
||||
":libs:libxposed",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user