Skip to content

Commit

Permalink
Update example app androidlib with nit fixes
Browse files Browse the repository at this point in the history
Ran setup step again to apply androidlib nit fixes
  • Loading branch information
shepherd-l authored and jinliu9508 committed Feb 27, 2024
1 parent dc57e25 commit 810c90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-keep class com.onesignal.** { *; }

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

0 comments on commit 810c90e

Please sign in to comment.