chore: bump plugin version to 1.5.0
This commit is contained in:
parent
641b7e780e
commit
f4c0c2c639
|
|
@ -7,14 +7,14 @@
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Claude Code plugins for Android reverse engineering, tracker detection, ad SDK analysis, and SDK neutralization for enterprise deployment",
|
"description": "Claude Code plugins for Android reverse engineering, tracker detection, ad SDK analysis, and SDK neutralization for enterprise deployment",
|
||||||
"version": "1.4.0"
|
"version": "1.5.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "android-reverse-engineering",
|
"name": "android-reverse-engineering",
|
||||||
"source": "./plugins/android-reverse-engineering",
|
"source": "./plugins/android-reverse-engineering",
|
||||||
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Simone Avogadro"
|
"name": "Simone Avogadro"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "android-reverse-engineering",
|
"name": "android-reverse-engineering",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Simone Avogadro"
|
"name": "Simone Avogadro"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue