update: 更新版本号和依赖

feature/Inventory
胡宇飞 2023-12-28 08:23:55 +08:00
parent 29f0d32c36
commit 43cd80a505
1 changed files with 20 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "com.guru.unity.sdk.core",
"displayName": "Guru SDK Core",
"version": "0.0.1",
"version": "1.0.0",
"description": "Guru SDK core for Unity developers",
"unity": "2021.3",
"author":{
@ -12,5 +12,24 @@
"relatedPackages": {
},
"dependencies": {
"com.unity.purchasing": "4.10.0",
"com.unity.mobile.android-logcat": "1.3.2",
"com.unity.editorcoroutines": "1.0.0",
"com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git",
"com.google.external-dependency-manager": "https://github.com/GameWorkstore/com.google.external-dependency-manager.git#1.2.176",
"com.google.android.appbundle": "https://github.com/GameWorkstore/com.google.android.appbundle.git#1.9.0",
"com.google.firebase.crashlytics": "https://github.com/GameWorkstore/com.google.firebase.crashlytics.git#10.1.1",
"com.google.firebase.analytics": "https://github.com/GameWorkstore/com.google.firebase.analytics.git#10.1.1",
"com.google.firebase.app": "https://github.com/GameWorkstore/com.google.firebase.app.git#10.1.1",
"com.google.firebase.auth": "https://github.com/GameWorkstore/com.google.firebase.auth.git#10.1.1",
"com.google.firebase.firestore": "https://github.com/GameWorkstore/com.google.firebase.firestore.git#10.1.1",
"com.google.firebase.messaging": "https://github.com/GameWorkstore/com.google.firebase.messaging.git#10.1.1",
"com.google.firebase.remote-config": "https://github.com/GameWorkstore/com.google.firebase.remote-config.git#10.1.1",
"com.google.firebase.dynamic-links": "https://github.com/GameWorkstore/com.google.firebase.dynamic-links.git#10.1.1",
"com.google.play.common": "https://github.com/GameWorkstore/com.google.play.common.git#1.8.2",
"com.google.play.core": "https://github.com/GameWorkstore/com.google.play.core.git#1.8.2",
"com.google.play.review": "https://github.com/GameWorkstore/com.google.play.review.git#1.8.1",
"com.guru.unity.adjust": "https://github.com/castbox/upm_guru_adjust.git#main",
"com.guru.unity.max": "https://github.com/castbox/upm_guru_max.git#main"
}
}