update:ChannelConfig 更新
This commit is contained in:
@@ -115,3 +115,9 @@ android {
|
||||
**IL_CPP_BUILD_SETUP**
|
||||
**SOURCE_BUILD_SETUP**
|
||||
**EXTERNAL_SOURCES**
|
||||
|
||||
def channelUnityProjectPath = $/**DIR_UNITYPROJECT**/$.replace("\\", "/")
|
||||
def channelGradleMain = new File(channelUnityProjectPath, 'Assets/Plugins/Android/channel_gradle/main.gradle')
|
||||
if (channelGradleMain.exists()) {
|
||||
apply from: channelGradleMain
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user