Skip to content

Commit d34e974

Browse files
committed
update register package
- firebase 13.10.0 - ui effect 5.10.8 - ui particle 4.12.1
1 parent 635f27c commit d34e974

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

VirtueSky/ControlPanel/ConstantPackage.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,32 @@ public class ConstantPackage
5252
public const string PackageNameFirebaseApp = "com.google.firebase.app";
5353

5454
public const string MaxVersionFirebaseApp =
55-
"https://github.com/RageAgainstThePixel/com.google.firebase.app.git#13.7.0";
55+
"https://github.com/RageAgainstThePixel/com.google.firebase.app.git#13.10.0";
5656

5757
public const string PackageNameFirebaseRemoteConfig = "com.google.firebase.remote-config";
5858

5959
public const string MaxVersionFirebaseRemoteConfig =
60-
"https://github.com/RageAgainstThePixel/com.google.firebase.remote-config.git#13.7.0";
60+
"https://github.com/RageAgainstThePixel/com.google.firebase.remote-config.git#13.10.0";
6161

6262
public const string PackageNameFirebaseAnalytics = "com.google.firebase.analytics";
6363

6464
public const string MaxVersionFirebaseAnalytics =
65-
"https://github.com/RageAgainstThePixel/com.google.firebase.analytics.git#13.7.0";
65+
"https://github.com/RageAgainstThePixel/com.google.firebase.analytics.git#13.10.0";
6666

6767
public const string PackageNameFirebaseDatabase = "com.google.firebase.database";
6868

6969
public const string MaxVersionFirebaseDatabase =
70-
"https://github.com/RageAgainstThePixel/com.google.firebase.database.git#13.7.0";
70+
"https://github.com/RageAgainstThePixel/com.google.firebase.database.git#13.10.0";
7171

7272
public const string PackageNameFirebaseAuth = "com.google.firebase.auth";
7373

7474
public const string MaxVersionFirebaseAuth =
75-
"https://github.com/RageAgainstThePixel/com.google.firebase.auth.git#13.7.0";
75+
"https://github.com/RageAgainstThePixel/com.google.firebase.auth.git#13.10.0";
7676

7777
public const string PackageNameFirebaseCrashlytics = "com.google.firebase.crashlytics";
7878

7979
public const string MaxVersionFirebaseCrashlytics =
80-
"https://github.com/RageAgainstThePixel/com.google.firebase.crashlytics.git#13.7.0";
80+
"https://github.com/RageAgainstThePixel/com.google.firebase.crashlytics.git#13.10.0";
8181

8282
#endregion
8383

@@ -96,12 +96,12 @@ public class ConstantPackage
9696
public const string PackageNameCoffeeUIEffect = "com.coffee.ui-effect";
9797

9898
public const string MaxVersionCoffeeUIEffect =
99-
"https://github.com/mob-sakai/UIEffect.git?path=Packages/src#5.10.7";
99+
"https://github.com/mob-sakai/UIEffect.git?path=Packages/src#5.10.8";
100100

101101
public const string PackageNameCoffeeUIParticle = "com.coffee.ui-particle";
102102

103103
public const string MaxVersionCoffeeUIParticle =
104-
"https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.11.4";
104+
"https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.12.1";
105105

106106
public const string PackageNameAppleSignIn = "com.lupidan.apple-signin-unity";
107107

0 commit comments

Comments
 (0)