File tree Expand file tree Collapse file tree 3 files changed +589
-290
lines changed
src/main/java/com/mobilehackinglab/jadxplugin Expand file tree Collapse file tree 3 files changed +589
-290
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' jadx.plugins'
7- version = ' 1.3 '
7+ version = ' 1.4 '
88
99repositories {
1010 mavenCentral()
@@ -17,7 +17,7 @@ dependencies {
1717
1818java {
1919 toolchain {
20- languageVersion = JavaLanguageVersion . of(17 ) // Also supported older Java versions
20+ languageVersion = JavaLanguageVersion . of(21 )
2121 }
2222}
2323
2929 attributes(
3030 ' Jadx-Plugin' : ' true' ,
3131 ' Jadx-Plugin-Class' : ' com.mobilehackinglab.jadxplugin.McpPlugin' ,
32- ' Jadx-Plugin-Version' : ' 1.2 .0' ,
32+ ' Jadx-Plugin-Version' : ' 1.4 .0' ,
3333 ' Jadx-Plugin-Id' : ' jadx-mcp-plugin' ,
3434 ' Jadx-Plugin-Description' : ' Exposes Jadx info over HTTP' ,
3535 ' Jadx-Plugin-Author' : ' Mobile Hacking Lab'
4747
4848shadowJar {
4949 archiveBaseName = ' jadx-mcp-plugin'
50- archiveVersion = ' 1.3 .0'
50+ archiveVersion = ' 1.4 .0'
5151 mergeServiceFiles()
5252}
5353
You can’t perform that action at this time.
0 commit comments