Skip to content

Commit 32d4a01

Browse files
committed
Update example app androidlib with nit fixes
Ran setup step again to apply androidlib nit fixes
1 parent 3d4aad7 commit 32d4a01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

OneSignalExample/Assets/Plugins/Android/OneSignalConfig.androidlib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You must be sure the icon filenames are correct as per the above table. If you u
4848
have already been done for you.
4949

5050
### 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
5252
`OneSignalConfig.androidlib` imported into your project at the path `/Assets/Plugins/Android/OneSignalConfig.androidlib`. If this is not the case
5353
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
5454
the correct paths:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-keep class com.onesignal.** { *; }
22

3+
# Work around for IllegalStateException with kotlinx-coroutines-android
34
-keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;}

0 commit comments

Comments
 (0)