diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/app/src/com/jc/jcfw/JcSDK.java b/app/src/com/jc/jcfw/JcSDK.java index b101128..50f3e87 100644 --- a/app/src/com/jc/jcfw/JcSDK.java +++ b/app/src/com/jc/jcfw/JcSDK.java @@ -71,5 +71,6 @@ public class JcSDK { public static void signOutGoogle(String funid) { MainActivity.app.signOutGoogle(funid); + } } diff --git a/gradle.properties b/gradle.properties index 57a31c0..6bf27ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,4 +30,6 @@ PROP_TARGET_SDK_VERSION=30 # Android Build Tools version that will be used as the compile project PROP_BUILD_TOOLS_VERSION=30.0.2 -PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86 \ No newline at end of file +PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86 + +android.injected.testOnly=false \ No newline at end of file diff --git a/libs/unity-classes.jar b/libs/unity-classes.jar index a073e2e..c065c76 100644 Binary files a/libs/unity-classes.jar and b/libs/unity-classes.jar differ