Skip to content

Commit 8ff2fde

Browse files
authored
Merge pull request #51 from weiruiyang/master
升级
2 parents 07ec805 + 72b68e8 commit 8ff2fde

File tree

19 files changed

+34
-11
lines changed

19 files changed

+34
-11
lines changed

Examples/PluginsDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class PluginsDemo : MonoBehaviour
1717
void Start()
1818
{
1919
gameObject.name = "Main Camera";
20-
JPushBinding.Init(gameObject.name);
2120
JPushBinding.SetDebug(true);
21+
JPushBinding.Init(gameObject.name);
2222
}
2323

2424
// Update is called once per frame
-18.1 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/arm64-v8a/libjcore212.so renamed to PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/arm64-v8a/libjcore224.so

5.7 KB
Binary file not shown.

PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/armeabi-v7a/libjcore212.so renamed to PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/armeabi-v7a/libjcore224.so

13.5 KB
Binary file not shown.

PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/armeabi/libjcore212.so renamed to PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/armeabi/libjcore224.so

17.5 KB
Binary file not shown.

PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/mips/libjcore212.so renamed to PLuginsAndroidAARCode/jpush-unity-plugin/src/main/jniLibs/mips/libjcore224.so

5.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)