| | |
| | | |
| | | flavorDimensions "default" |
| | | productFlavors { |
| | | game_904100357 { |
| | | game_498_mrgame { |
| | | dimension "default" |
| | | manifestPlaceholders.put("appId", "com.ziyouyouxi08.snxxz") |
| | | manifestPlaceholders.put("JpushAppKey", "803d5cb73efe51a59968bf52") |
| | |
| | | implementation files('libs/mrgame-201806061118.jar') |
| | | } |
| | | } |
| | | // 少年修仙传 |
| | | // 少年修仙传 - 新 |
| | | game_822055139 { |
| | | dimension "default" |
| | | manifestPlaceholders.put("appId", "com.ziyouyouxi01.snxxz") |
| | |
| | | implementation files('libs/buglyagent.jar') |
| | | } |
| | | |
| | | task autoCopy_904100357_Manifest(type: Copy) { |
| | | dependsOn 'assembleGame_904100357Release' |
| | | from zipTree("build/outputs/aar/app-game_904100357-release.aar") |
| | | task autoCopy_498_mrgame_Manifest(type: Copy) { |
| | | dependsOn 'assembleGame_498_mrgameRelease' |
| | | from zipTree("build/outputs/aar/app-game_498_mrgame-release.aar") |
| | | include "AndroidManifest.xml" |
| | | into "C:\\Unity3D_SDK\\ChannelDiff\\904100357\\" |
| | | into "C:\\Unity3D_SDK\\ChannelDiff\\498_mrgame\\" |
| | | } |
| | | |
| | | task autoCopy_904100357(type: Copy) { |
| | | dependsOn autoCopy_904100357_Manifest |
| | | task autoCopy_498_mrgame(type: Copy) { |
| | | dependsOn autoCopy_498_mrgame_Manifest |
| | | from "build/outputs/aar/" |
| | | include "app-game_904100357-release.aar" |
| | | into "C:\\Unity3D_SDK\\ChannelDiff\\904100357\\libs\\" |
| | | include "app-game_498_mrgame-release.aar" |
| | | into "C:\\Unity3D_SDK\\ChannelDiff\\498_mrgame\\libs\\" |
| | | } |
| | | |
| | | task autoCopy_815035853_Manifest(type: Copy) { |