LSPosed / LSPlant

A hook framework for Android Runtime (ART)
https://lsposed.org/LSPlant/
GNU Lesser General Public License v3.0
861 stars 210 forks source link

closed #16

Closed SharkFall closed 2 years ago

SharkFall commented 2 years ago

done

yujincheng08 commented 2 years ago

In your build.gradle:

repositories {
    mavenCentral()
}

dependencies {
    implementation "org.lsposed.lsplant:lsplant:3.2"
}

android {
    buildFeatures {
        prefab true
    }
}