README.md

This commit is contained in:
mahongyin
2021-03-25 14:41:36 +08:00
parent 2c3d3e1484
commit 615a291a75

View File

@@ -10,6 +10,8 @@ Android API Security(.so)安卓APP/API安全加密so库防二次打包
#define SHA1 "a8e3d91a4f77dd7ccb8d43ee5046a4b6833f4785" #define SHA1 "a8e3d91a4f77dd7ccb8d43ee5046a4b6833f4785"
//此处改为你的APP包名 //此处改为你的APP包名
#define APP_PKG "cn.android.sample" #define APP_PKG "cn.android.sample"
//此处改为你的application全名 没有就是android.app.Application
#define APPLICATION_NAME "android.app.Application"
//此处填写API盐值 //此处填写API盐值
#define API_SECRET "ABC" #define API_SECRET "ABC"
``` ```