From 00f09f36d5f6325a6edfa892eb95d28c805e4a8e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 05 四月 2022 23:32:22 +0800
Subject: [PATCH] 0312 越南SDK
---
Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar | 0
Channel/Android/VNGame/deps.gradle | 7 +++++++
Channel/Android/VNGame/AndroidManifest.xml | 18 ++++++++++++++++++
Channel/Android/VNGame/release/libs/library-release-VNGame.aar | 0
4 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/Channel/Android/VNGame/AndroidManifest.xml b/Channel/Android/VNGame/AndroidManifest.xml
new file mode 100644
index 0000000..e99acfa
--- /dev/null
+++ b/Channel/Android/VNGame/AndroidManifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
+<manifest
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.unity3d.player"
+ xmlns:tools="http://schemas.android.com/tools">
+ <application
+ android:allowNativeHeapPointerTagging="false">
+ <activity android:name="com.secondworld.sdk.GameActivity"
+ android:theme="@style/UnityThemeSelector">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ <meta-data android:name="unityplayer.UnityActivity" android:value="true" />
+ </activity>
+ </application>
+</manifest>
diff --git a/Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar b/Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar
new file mode 100644
index 0000000..d5dcb2d
--- /dev/null
+++ b/Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar
Binary files differ
diff --git a/Channel/Android/VNGame/deps.gradle b/Channel/Android/VNGame/deps.gradle
new file mode 100644
index 0000000..1444fc0
--- /dev/null
+++ b/Channel/Android/VNGame/deps.gradle
@@ -0,0 +1,7 @@
+dependencies {
+ implementation 'com.google.android.gms:play-services-auth:17.0.0'
+ implementation "com.android.billingclient:billing:3.0.0"
+ implementation 'com.facebook.android:facebook-login:9.1.0'
+ implementation 'com.facebook.android:facebook-share:9.1.0'
+ implementation 'com.google.android.play:core:1.8.2'
+}
diff --git a/Channel/Android/VNGame/release/libs/library-release-VNGame.aar b/Channel/Android/VNGame/release/libs/library-release-VNGame.aar
new file mode 100644
index 0000000..ece9e4d
--- /dev/null
+++ b/Channel/Android/VNGame/release/libs/library-release-VNGame.aar
Binary files differ
--
Gitblit v1.8.0