diff --git a/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/README.md b/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/README.md index d85f35cf1..75fdcf6c9 100644 --- a/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/README.md +++ b/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/README.md @@ -48,7 +48,7 @@ You must be sure the icon filenames are correct as per the above table. If you u have already been done for you. ### Step 2 - Add icons to project -If you have already run our SDK setup wizard (found in the Unity Editor via the `Window > OneSignal` menu) then you will already have the +If you have already run our SDK setup wizard (found in the Unity Editor via the `Window > OneSignal SDK Setup` menu) then you will already have the `OneSignalConfig.androidlib` imported into your project at the path `/Assets/Plugins/Android/OneSignalConfig.androidlib`. If this is not the case please run the step **"Copy Android plugin to Assets"** to do so. Once this is ready you can simply copy the files you made in step 1 to the correct paths: diff --git a/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/consumer-proguard.pro b/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/consumer-proguard.pro index f895a55b0..1eb572fe4 100644 --- a/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/consumer-proguard.pro +++ b/OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/consumer-proguard.pro @@ -1,3 +1,4 @@ -keep class com.onesignal.** { *; } +# Work around for IllegalStateException with kotlinx-coroutines-android -keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;} \ No newline at end of file