| | |
| | | manifestPlaceholders.put("TrackAppID", "fa550076116709861b7e9b61bb401710") |
| | | manifestPlaceholders.put("TrackChannelID", "_default_") |
| | | } |
| | | lxj { |
| | | dimension "default" |
| | | manifestPlaceholders.put("appId", "com.zyxhgame.gamelxj") |
| | | manifestPlaceholders.put("TrackAppID", "0c5ad863fb8935d18b3ecefe05389701") |
| | | manifestPlaceholders.put("TrackChannelID", "_default_") |
| | | } |
| | | secondworld { |
| | | dimension "default" |
| | | manifestPlaceholders.put("appId", "com.secondworld.snxxz") |
| | |
| | | implementation files('libs/tracking1.3.0.jar') |
| | | compile(name: 'freesdk-release', ext: 'aar') |
| | | provided files('libs/unity-classes.jar') |
| | | } |
| | | |
| | | task autoCopyLxjAndroidManifest(type: Copy) { |
| | | dependsOn 'assembleLxjRelease' |
| | | from zipTree("build/outputs/aar/app-lxj-release.aar") |
| | | include "AndroidManifest.xml" |
| | | into "C:\\Unity3D_SDK\\渠道差异\\灵仙记\\" |
| | | } |
| | | |
| | | task autoCopyLxjAAR(type: Copy) { |
| | | dependsOn autoCopyLxjAndroidManifest |
| | | from "build/outputs/aar/" |
| | | include "app-lxj-release.aar" |
| | | into "C:\\Unity3D_SDK\\渠道差异\\灵仙记\\libs\\" |
| | | } |
| | | |
| | | task autoCopyDjxAndroidManifest(type: Copy) { |
| | |
| | | dependsOn 'assembleSecondworldRelease' |
| | | from zipTree("build/outputs/aar/app-secondworld-release.aar") |
| | | include "AndroidManifest.xml" |
| | | into "C:\\Unity3D_SDK\\Android\\test" |
| | | into "C:\\Unity3D_SDK\\Android\\test\\" |
| | | } |
| | | |
| | | task autoCopySecondWorldAAR(type: Copy) { |
| | | dependsOn autoCopySecondWorldAndroidManifest |
| | | from "build/outputs/aar/" |
| | | from 'build/outputs/aar/' |
| | | include "app-secondworld-release.aar" |
| | | into "C:\\Unity3D_SDK\\Android\\test\\libs\\" |
| | | into 'C:\\Unity3D_SDK\\Android\\test\\lib\\' |
| | | |
| | | } |