This commit is contained in:
LLyy
2025-09-29 17:53:10 +08:00
commit 9ac0356668
50 changed files with 474 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
4d0f694cb612c3a1306ecce465079ca0

View File

@@ -0,0 +1 @@
de5229f5c45c3081d5d4028d010ab5549c065e63

View File

@@ -0,0 +1 @@
3c623a139816e63642c151919f251ca506663c784668c2cf429153fed0863063

View File

@@ -0,0 +1 @@
bed306d8c9f831c19d632739084ca68bcd62bddf156195660eb6a5d24549bc049b361420bdce45442594fbfda6953ad3c4a62431cf09a89bf04dbd588db05724

View File

@@ -0,0 +1,131 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.reno.plugin",
"module": "Plugin",
"version": "1.0.0",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.0"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 17,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "Plugin-1.0.0.jar",
"url": "Plugin-1.0.0.jar",
"size": 175465323,
"sha512": "bed306d8c9f831c19d632739084ca68bcd62bddf156195660eb6a5d24549bc049b361420bdce45442594fbfda6953ad3c4a62431cf09a89bf04dbd588db05724",
"sha256": "3c623a139816e63642c151919f251ca506663c784668c2cf429153fed0863063",
"sha1": "de5229f5c45c3081d5d4028d010ab5549c065e63",
"md5": "4d0f694cb612c3a1306ecce465079ca0"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 17,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "com.squareup.okhttp3",
"module": "okhttp",
"version": {
"requires": "4.9.2"
}
},
{
"group": "com.alibaba",
"module": "fastjson",
"version": {
"requires": "1.2.73"
}
},
{
"group": "com.android.tools.build",
"module": "gradle",
"version": {
"requires": "8.0.2"
}
},
{
"group": "org.smali",
"module": "smali",
"version": {
"requires": "2.5.2"
}
},
{
"group": "org.ow2.asm",
"module": "asm",
"version": {
"requires": "9.7"
}
},
{
"group": "org.ow2.asm",
"module": "asm-commons",
"version": {
"requires": "9.7"
}
},
{
"group": "org.json",
"module": "json",
"version": {
"requires": "20210307"
}
}
],
"files": [
{
"name": "Plugin-1.0.0.jar",
"url": "Plugin-1.0.0.jar",
"size": 175465323,
"sha512": "bed306d8c9f831c19d632739084ca68bcd62bddf156195660eb6a5d24549bc049b361420bdce45442594fbfda6953ad3c4a62431cf09a89bf04dbd588db05724",
"sha256": "3c623a139816e63642c151919f251ca506663c784668c2cf429153fed0863063",
"sha1": "de5229f5c45c3081d5d4028d010ab5549c065e63",
"md5": "4d0f694cb612c3a1306ecce465079ca0"
}
]
},
{
"name": "shadowRuntimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "shadowed",
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "Plugin-1.0.0.jar",
"url": "Plugin-1.0.0.jar",
"size": 175465323,
"sha512": "bed306d8c9f831c19d632739084ca68bcd62bddf156195660eb6a5d24549bc049b361420bdce45442594fbfda6953ad3c4a62431cf09a89bf04dbd588db05724",
"sha256": "3c623a139816e63642c151919f251ca506663c784668c2cf429153fed0863063",
"sha1": "de5229f5c45c3081d5d4028d010ab5549c065e63",
"md5": "4d0f694cb612c3a1306ecce465079ca0"
}
]
}
]
}

View File

@@ -0,0 +1 @@
2328ceef4aaa19ac4d9964640f2ca0ac

View File

@@ -0,0 +1 @@
0829bfdde6b28d948a1d8e28541363ba981d8b13

View File

@@ -0,0 +1 @@
733a79746d9e22b718aec9e708088fdb5de296da645da30243d81a8d531c4698

View File

@@ -0,0 +1 @@
b3a6473a37aa36e28bf7ae38ea00be982d44e45c9cfc9232321f3552f356e9e033d0ac64d7518e99f6aa7015d4420256511231c1249d518d0796894e086f1b94

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.reno.plugin</groupId>
<artifactId>Plugin</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.73</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>8.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.smali</groupId>
<artifactId>smali</artifactId>
<version>2.5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1 @@
6b2dc2cdc2fc30a59c5e045820e1364b

View File

@@ -0,0 +1 @@
59f2f80d10eed606dcecfde616593b90a221616f

View File

@@ -0,0 +1 @@
d3403dcb84b0ac7728cf1605cf0086e41d95fa18f7d1e6a1ef5b9a9e95e6b571

View File

@@ -0,0 +1 @@
c3440e8eefebde61086cb54343902edd9469fa097285084aa1b6d6fcdb1a8b64f65094a568e843dbb6e037be7deabf79343adb89b439aba48672ce1758ccbd3a