File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ You must be sure the icon filenames are correct as per the above table. If you u
48
48
have already been done for you.
49
49
50
50
### Step 2 - Add icons to project
51
- 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
51
+ 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
52
52
` OneSignalConfig.androidlib ` imported into your project at the path ` /Assets/Plugins/Android/OneSignalConfig.androidlib ` . If this is not the case
53
53
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
54
54
the correct paths:
Original file line number Diff line number Diff line change 1
1
-keep class com.onesignal.** { *; }
2
2
3
+ # Work around for IllegalStateException with kotlinx-coroutines-android
3
4
-keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;}
You can’t perform that action at this time.
0 commit comments