Wire nav button actions into module
This commit is contained in:
@@ -56,8 +56,8 @@ android {
|
||||
applicationId = "se.ajpanton.navbuttons"
|
||||
minSdk = 35
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "0.1"
|
||||
versionCode = 1777035207
|
||||
versionName = "0.1-1777035207"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -84,6 +84,7 @@ android {
|
||||
dependencies {
|
||||
|
||||
implementation("androidx.annotation:annotation:1.7.1")
|
||||
implementation("io.github.libxposed:service:101.0.0")
|
||||
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:6.1")
|
||||
compileOnly("io.github.libxposed:api:101.0.0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user