Added Gson in Gradle dependencies

This commit is contained in:
2022-10-03 01:31:11 +08:00
parent f14b7d8f20
commit 8f09a32d22

View File

@@ -62,6 +62,7 @@ dependencies {
compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.1.3'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.3'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.core:core-ktx:1.9.0'