GoCarrot / teak-android

Carrot SDK for Android
Apache License 2.0
0 stars 0 forks source link

Add dontwarn for unity3d classes #121

Closed AlexSc closed 1 year ago

AlexSc commented 1 year ago

Projects that use the native SDK without Unity, using R8 full mode, may encounter the following warning/error

Missing class com.unity3d.player.UnityPlayerActivity (referenced from: void io.teak.sdk.wrapper.unity.TeakUnityPlayerActivity.<init>() and 2 other contexts)

We should be able to suppress this with the addition of -dontwarn com.unity3d.player.UnityPlayerActivity to our embedded proguard rules.