From 43cd80a5055191470bbff9ecd24af3c24a76ba3d Mon Sep 17 00:00:00 2001 From: HuYufei Date: Thu, 28 Dec 2023 08:23:55 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E5=92=8C=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 716e80d..4b2d615 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file