文件名称:Android代码-paranoid
文件大小:496KB
文件格式:ZIP
更新时间:2022-08-26 01:25:08
Android代码
Paranoid String obfuscator for Android applications. Usage In order to make Paranoid work with your project you have to apply the Paranoid Gradle plugin to the project. Please notice that the Paranoid plugin must be applied after the Android plugin. buildscript { repositories { jcenter() } dependencies { classpath 'io.michaelrocks:paranoid-gradle-plugin:0.2.4' } } apply plugin: 'com.android.application' apply plugin: 'io.michaelrocks.paranoid' Now you can just annotate classes