feat(upm): update packagename

xiaoyi 2021-04-08 10:32:01 +08:00
parent cd6563f2df
commit 0cf311d6ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "com.tapsdk.bootstrap",
"displayName": "Tap Bootstrap",
"name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service",
"version": "2.0.0",
"unity": "2018.3",
"license": "MIT",
"dependencies": {
"com.tapsdk.common": "https://github.com/EingShaw/TapCommon.git#0.1.1"
"com.taptap.tds.common": "https://github.com/EingShaw/TapCommon.git#2.0.0"
}
}