io.github.electrolytej.yposed-plugin
Owner: electrolytej
yposed-pluginn
https://github.com/ghost-plan/attack-on-titan
Sources: https://github.com/electrolytej/attach-on-titan
Version 1.0.0 (latest)
1.0.0
Created 23 July 2024.
A plugin that helps you easy to hook android art
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.electrolytej.yposed-plugin") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.electrolytej:attach-gradle-plugin:1.0.0") } } apply(plugin = "io.github.electrolytej.yposed-plugin")
- Applying plugins to all subprojects .