refactor :

1. delete useless functions
2' init for adjust sdk
This commit is contained in:
Kirito
2026-01-13 16:23:07 +08:00
parent 03b2ac79cf
commit 79b827d17c
23 changed files with 258 additions and 264 deletions

View File

@@ -18,4 +18,9 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class com.singular.sdk.** { *; }
-keep public class com.android.installreferrer.** { *; }
# Uncomment this line in case your are calling the 'revenue' function using the Google billing library
#-keep public class com.android.billingclient.** { *; }