sdk-editor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.chinnsenn</groupId> <artifactId>sdk-editor</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.chinnsenn</groupId> <artifactId>sdk-editor</artifactId> <version>0.0.1</version> <name>SdkEditorPlugin</name> <description>sdk-editoræ¯ä¸ä¸ªå¨APPç¼è¯æä¿®æ¹ç±»çè½»éGradleæä»¶ï¼æä»¶å©ç¨Android Plugin宿¹æä¾çTransform APIå¹²é¢APK Buildæµç¨ï¼å®ç°å¯¹ç¹å®ç±»çæ¿æ¢ä¿®æ¹ãæ å ¶ä»ä¸å®å ¨Hookæä½ï¼100%å¯é ã æ³¨ï¼è¯¥é¡¹ç® fork èª https://github.com/iwhys/sdk-editor-pluginï¼ç±äºå项ç®å¹´ä¹ 失修ï¼ä¸æ¯æ AGP 7 çæ¬ï¼æ å°å ¶æ´æ°æ¯æ AGP 7+</description> <url>https://github.com/chinnsenn/sdk-editor-plugin</url> <licenses> <license> <name>'The Apache Software License, Version 2.0'</name> <url>'https://www.apache.org/licenses/LICENSE-2.0.txt'</url> </license> </licenses> <developers> <developer> <id>chinnsenn</id> <name>chinnsenn</name> <email>iamonlyleo@gmail.com</email> <url>https://github.com/chinnsenn/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/chinnsenn/sdk-editor-plugin.git</connection> <developerConnection>scm:git:ssh://github.com/chinnsenn/sdk-editor-plugin.git</developerConnection> <url>https://github.com/chinnsenn/sdk-editor-plugin</url> </scm> <dependencies> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>7.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle-api</artifactId> <version>7.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools</groupId> <artifactId>common</artifactId> <version>27.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools</groupId> <artifactId>sdk-common</artifactId> <version>27.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.29.2-GA</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.iwhys</groupId> <artifactId>sdk-editor-domain</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.31</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.31</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>7.0.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle-api</artifactId> <version>7.0.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.android.tools</groupId> <artifactId>common</artifactId> <version>27.2.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.13.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.android.tools</groupId> <artifactId>sdk-common</artifactId> <version>27.2.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.29.2-GA</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.github.iwhys</groupId> <artifactId>sdk-editor-domain</artifactId> <version>1.2.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.31</version> <scope>implementation</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.31</version> <scope>implementation</scope> </dependency> </dependencies> </project>