feat(channel): 支持渠道 Manifest 增量合并
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
evaluationDependsOn(':unityLibrary')
|
||||
def unityAndroid = project(':unityLibrary').extensions.getByName('android')
|
||||
|
||||
android {
|
||||
namespace 'com.arkgame.ft.channelmanifest'
|
||||
compileSdkVersion unityAndroid.compileSdkVersion
|
||||
buildToolsVersion unityAndroid.buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion unityAndroid.defaultConfig.minSdkVersion.apiLevel
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6b1864b7c14c2874290c96b313f016da
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0c6d5688cdd2a434fae148ccc076e1ee
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4835437bf5f97d548abb765917c4873c
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f8101f5c11c019f45843819fd0a0aec8
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user