vladd-g
vladd-g
@ttnisal can you also try adding this? ``` -keep class * implements com.google.gson.TypeAdapterFactory -keep class * implements com.google.gson.JsonSerializer -keep class * implements com.google.gson.JsonDeserializer ```
@ttnisal could you please send the _obfuscated_ apk to [[email protected]](mailto:[email protected])? Please also add the link to the issue in your email so that we know the context
@ttnisal thanks!
@HermenegildoMI investigating
@ttnisal @HermenegildoMI could you please also add the following line to the config? `-keep class io.adapty.** { *; }`
@ttnisal working on it
@HermenegildoMI could you please provide full stacktrace of the crash itself?
hi @SergiOnGit! > It is really bad that we have to install @adapty/react-native-ui even if we don't use it No, you don't have to.
@SergiOnGit what rules do you currently have in the proguard config?
@SergiOnGit > Then I removed it and fixed with android.enableR8.fullMode=false Do you mean it works well now? > I don't want to have ui lib installed You can simply remove...