Skip to content

Commit

Permalink
1. fastjson -> gson
Browse files Browse the repository at this point in the history
2. add code obfuscation
3. OAID/AAID
  • Loading branch information
1754048656 committed Apr 27, 2024
1 parent 19cd9ce commit 3eed23d
Show file tree
Hide file tree
Showing 29 changed files with 587,741 additions and 448 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release/
11 changes: 7 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
namespace 'com.linsheng.FATJS'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.linsheng.FATJS"
Expand All @@ -22,8 +22,9 @@ android {

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles 'proguard-rules.pro'
}
}
compileOptions {
Expand Down Expand Up @@ -52,5 +53,7 @@ dependencies {
implementation 'com.caoccao.javet:javet-android:3.0.0' // Android (arm, arm64, x86 and x86_64)
implementation 'com.github.getActivity:XXPermissions:18.3' // 权限请求框架:https://github.com/getActivity/XXPermissions
implementation("com.squareup.okhttp3:okhttp:4.10.0") // okhttp3
implementation 'com.alibaba.fastjson2:fastjson2:2.0.41' // fastjson v2
implementation 'com.google.code.gson:gson:2.10.1' // gson
implementation 'com.github.gzu-liyujiang:Android_CN_OAID:4.2.9' // Android_CN_OAID
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Google Play
}
Binary file added app/libs/XposedBridgeAPI-89.jar
Binary file not shown.
Loading

0 comments on commit 3eed23d

Please sign in to comment.