This commit is contained in:
LLyy
2025-10-23 14:20:37 +08:00
parent 9ac0356668
commit 66f5007256
60 changed files with 479 additions and 37 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
269d12faeb0690155299f3ef2ebf9094

View File

@@ -0,0 +1 @@
11b8b0e5adeffeea2c4c3e3a018aa3cd1812f1d1

View File

@@ -0,0 +1 @@
c7c9cc65627143e883ae21b7bbc0834726312d674f78e40af4d3545882e27809

View File

@@ -0,0 +1 @@
c8ceaa87ffd9b429853c4e71eb8eb400d7b69233488d35610b1d4b90b9a3b7a77981ec91f70dbd910da1528ab984f07310aaebd8ab19d95d01bfdd0b9868bd7c

View File

@@ -0,0 +1,131 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.reno.plugin",
"module": "Plugin",
"version": "1.0.3",
"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.3.jar",
"url": "Plugin-1.0.3.jar",
"size": 175468177,
"sha512": "c8ceaa87ffd9b429853c4e71eb8eb400d7b69233488d35610b1d4b90b9a3b7a77981ec91f70dbd910da1528ab984f07310aaebd8ab19d95d01bfdd0b9868bd7c",
"sha256": "c7c9cc65627143e883ae21b7bbc0834726312d674f78e40af4d3545882e27809",
"sha1": "11b8b0e5adeffeea2c4c3e3a018aa3cd1812f1d1",
"md5": "269d12faeb0690155299f3ef2ebf9094"
}
]
},
{
"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.3.jar",
"url": "Plugin-1.0.3.jar",
"size": 175468177,
"sha512": "c8ceaa87ffd9b429853c4e71eb8eb400d7b69233488d35610b1d4b90b9a3b7a77981ec91f70dbd910da1528ab984f07310aaebd8ab19d95d01bfdd0b9868bd7c",
"sha256": "c7c9cc65627143e883ae21b7bbc0834726312d674f78e40af4d3545882e27809",
"sha1": "11b8b0e5adeffeea2c4c3e3a018aa3cd1812f1d1",
"md5": "269d12faeb0690155299f3ef2ebf9094"
}
]
},
{
"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.3.jar",
"url": "Plugin-1.0.3.jar",
"size": 175468177,
"sha512": "c8ceaa87ffd9b429853c4e71eb8eb400d7b69233488d35610b1d4b90b9a3b7a77981ec91f70dbd910da1528ab984f07310aaebd8ab19d95d01bfdd0b9868bd7c",
"sha256": "c7c9cc65627143e883ae21b7bbc0834726312d674f78e40af4d3545882e27809",
"sha1": "11b8b0e5adeffeea2c4c3e3a018aa3cd1812f1d1",
"md5": "269d12faeb0690155299f3ef2ebf9094"
}
]
}
]
}

View File

@@ -0,0 +1 @@
ba740e2b3fbf73bb0402799771617381

View File

@@ -0,0 +1 @@
5f0219db49a7208f3e87c3f68db2657de68f15fd

View File

@@ -0,0 +1 @@
42c69d63883461408c9a2d070a06f36eb9c2706147690eff7af183363cae13f2

View File

@@ -0,0 +1 @@
bfb09c5732e186188291b6cf1b56ae42961e80a22823e5eda43eddddd5ac9d70d14b89b417953c90321b2e5cad9b24fcf34bd86838e99f0336eacd1dd3188419

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.3</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 @@
ca52e5d2af0f8321d435ee61d156d2cf

View File

@@ -0,0 +1 @@
38b68e51c2f2d23662f735edc4f4a4c8d9226831

View File

@@ -0,0 +1 @@
634d3e50170fdbe653db05d8a837867225857f19166e0cdb9cf791ff38808356

View File

@@ -0,0 +1 @@
306ad152f4ff5fa649591d69584991f7edeacb8f120c020d86bd39e13ed3254b64fd4fc5e6433f8faefb9d4d296e6ee1968bfc1077d3ea5f31e11f4e093d8ad2