Wire nav button actions into module

This commit is contained in:
ajp_anton
2026-04-24 20:42:46 +00:00
parent a3e6855745
commit 9d57654bb2
6 changed files with 962 additions and 29 deletions
+3 -2
View File
@@ -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")