android: fix the xposed module

skip unecessary parsing the argument for debugging, just return true and hope that it works
This commit is contained in:
Kavish Devar
2025-05-08 23:50:30 +05:30
parent 91675de891
commit 58dfed97b3
15 changed files with 406 additions and 53 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 28
targetSdk = 35
versionCode = 4
versionName = "0.1.0"
versionCode = 5
versionName = "0.1.0-rc.2"
}
buildTypes {