Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.dexpatcher.apk-libraryDexPatcher is a toolchain for modifying Android applications at source-level using Java and the full power of Android Studio. The DexPatcher APK Library plugin processes a source application provided as an Android APK and produces a DexPatcher APK library. The library is used to create modified versions of the source application and includes its Dalvik bytecode and decoded manifest and resources. DexPatcher is free software. (GPLv3+) |
2.1.0
(27 June 2020) |
io.github.dexpatcher.patched-applicationDexPatcher is a toolchain for modifying Android applications at source-level using Java and the full power of Android Studio. The DexPatcher Patched Application plugin produces a modified Android application by applying changes to code, manifest and resources of a source application provided as an Android APK or a DexPatcher APK library. DexPatcher is free software. (GPLv3+) |
2.1.0
(27 June 2020) |
io.github.dexpatcher.patch-libraryDexPatcher is a toolchain for modifying Android applications at source-level using Java and the full power of Android Studio. The DexPatcher Patch Library plugin produces a DexPatcher patch library that bundles compiled changes to code, manifest and resources of a source application without bundling any part of the application itself. The source application is provided as an Android APK or a DexPatcher APK library. DexPatcher patch libraries are similar in structure to Android libraries (AAR files). The changes bundled in a patch library are applied to its source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step or their application can be serialized and chained. DexPatcher is free software. (GPLv3+) |
2.1.0
(27 June 2020) |
io.github.dexpatcher.baseDexPatcher is a toolchain for modifying Android applications at source-level using Java and the full power of Android Studio. The DexPatcher Base plugin provides basic DexPatcher, Apktool and dex2jar tasks. DexPatcher is free software. (GPLv3+) |
2.1.0
(27 June 2020) |
com.github.lanchon.dexpatcher.apk-libraryThe DexPatcher APK Library plugin processes an Android application (APK) file and produces a DexPatcher APK library file that can be used to create modified versions of the source application. The file is similar in structure to an Android Library (AAR) file. It includes the decoded Android resources of the application and its Dalvik bytecode translated into Java bytecode among other things. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |