Skip to content

TinkerPatch/tinkerpatch-andresguard-sample

Repository files navigation

tinkerpatch-andresguard-sample

Download Join Slack

集成AndResGuard的例子。

只需copyandresguard.gradle到你的工程中,并在tinkerpatch.gradle文件中增加如下代码:

/**
 * 引入 AndResGuard的相关配置
 */
project.ext {
    TP_BAKPATH = bakPath
    TP_BASEINFO = baseInfo
    TP_VARIANTNAME = variantName
}
apply from: 'andresguard.gradle'

如果你开启资源混淆,备份文件夹中会多出*-resource_mapping.txt-andresguard.apk文件。带有后缀-andresguard为资源混淆过的安装包。

更多集成文档

About

A easy tinkerpatch sample integrated with andresgaurd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages